TLS 1.3
The latest version of the Transport Layer Security protocol (RFC 8446), released in 2018. TLS 1.3 reduces the handshake to one round trip (1-RTT) and supports an optional 0-RTT mode for resumed sessions, cutting latency significantly. It removes insecure algorithms — RSA key exchange, RC4, 3DES, MD5, SHA-1, and CBC-mode ciphers — and mandates forward secrecy for all cipher suites via ECDHE key exchange. TLS 1.3 is required for HTTP/3 over QUIC.
Giao thức liên quan
Được đề cập trong hướng dẫn
HTTP/2 vs HTTP/3: What Changed and Why
HTTP Fundamentals
HTTP Request Lifecycle: From URL to Response
HTTP Fundamentals
DNS over HTTPS (DoH) and DNS over TLS (DoT): Encrypted DNS Explained
DNS & Networking
Connection Pooling for HTTP Clients: Best Practices and Pitfalls
Performance & Optimization
RFC 7540: HTTP/2 Protocol Deep Dive
Protocol Deep Dives
RFC 9114: HTTP/3 Protocol Deep Dive
Protocol Deep Dives
QUIC Protocol: The Transport Layer Behind HTTP/3
Protocol Deep Dives
TLS 1.3: Faster, Simpler, More Secure
Protocol Deep Dives
Migrating from HTTP/2 to HTTP/3: QUIC Deployment Guide
Migration & Upgrades
Migrating from TLS 1.2 to TLS 1.3: Configuration and Compatibility
Migration & Upgrades
TLS Termination: Where to Terminate HTTPS and Why
Production Infrastructure