Skip to main content

TLS

The protocol that encrypts traffic between a client and a server, and the successor to SSL. It is what puts the S in HTTPS.

TLS provides encryption, integrity, and identity — the certificate proves you are talking to the host you asked for. Certificates expire, which is why automated issuance and renewal matter more than the initial setup.

See also