Last active
July 16, 2022 08:36
-
-
Save Lahirutech/2a7e1f310f111fa3e74575eddd301d60 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HTTP | HTTPS | ||
|---|---|---|---|
| URL | http:// | https:// | |
| Security | Not secured | Secured with encryption | |
| Port | PORT 80 | PORT 443 | |
| OSI Layer | Application Layer | Transport Layer | |
| TLS Certificates | No | Yes | |
| Domain validation | Not required | Required | |
| Encryption | No | Yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment