Security
TLS / SSL
TLS (Transport Layer Security) is the cryptographic protocol that encrypts TCP sockets, turning HTTP into HTTPS.
Diagram
[Client Browser] ── Encrypted TCP Tunnel (TLS) ──▶ [Web Server]
In Depth
TLS (Transport Layer Security, the modern successor to SSL) is a cryptographic protocol designed to provide secure, encrypted communication over a computer network.
Related Terms