Technology/Networking/HTTPS.md
HTTPS
MarkdownHTTPS is "HTTP Secure" (HTTP over TLS encryption).
In plain terms it gives you:
- confidentiality (people in the middle can't read traffic)
- integrity (traffic can't be silently modified)
- server identity via certificates
Most modern web traffic should be HTTPS-only. It typically runs on port 443.
Linked From
- Common Ports & Protocols Technology/Networking/Common Ports & Protocols.md
- HTTP Technology/Networking/HTTP.md
- port 443 Technology/Networking/port 443.md
- The World Wide Web Technology/web.md