Skip to content
IT Atlas

Networking · Protocols

TLS

Transport Layer Security provides confidentiality, integrity and server authentication for application traffic, most visibly as HTTPS.

IntermediateUpdated 2026-09-01

Overview

TLS 1.3 simplified the handshake to a single round trip, removed legacy ciphers and made forward secrecy the default. Server identity is proven by a certificate chained to a trusted authority; mutual TLS additionally authenticates the client.

Operationally, TLS is a certificate lifecycle problem. Expiry, incomplete chains, mismatched names and unsupported cipher suites cause more outages than cryptographic weaknesses do.

Security considerations

  • Disable TLS 1.0/1.1 and legacy cipher suites; monitor for downgrade attempts.
  • Automate issuance and renewal, and inventory every certificate with its owner and expiry.