Skip to content
CBT Nuggets

Security · Intermediate

TLS (Transport Layer Security)

TLS is the cryptographic protocol that authenticates servers (and optionally clients) and encrypts traffic between them. HTTPS is HTTP carried over TLS.

For IT leaders

Certificate expirations and weak TLS configurations are recurring outage and audit problems; team fluency on certificate lifecycle pays for itself quickly.

Why IT teams care

Where this shows up at the team level

  • Expired or mis-issued certificates are a top cause of self-inflicted outages.
  • Compliance frameworks require modern TLS versions and ciphers; legacy configurations create audit findings.
  • Internal services, mTLS for microservices, and load balancer offload all need engineers comfortable with TLS.

In production

Where teams encounter it

  • Web servers, load balancers, and reverse proxies terminating HTTPS
  • VPNs, email (SMTPS, IMAPS), and database connections using TLS
  • Service-to-service mTLS in Kubernetes and service meshes

How it works

How TLS actually works

  1. 01TLS uses asymmetric cryptography during the handshake: the client validates the server's certificate against a trusted certificate authority.
  2. 02After validating identity, the two sides agree on a symmetric session key used to encrypt the rest of the conversation.
  3. 03Modern TLS (1.2 and 1.3) drops legacy ciphers, supports forward secrecy, and removes round-trips compared with older versions.
  4. 04Certificate lifecycle (issuance, renewal, revocation) is operationally as important as the protocol itself.

In practice

Common team use cases

  • Securing public-facing websites and APIs
  • Encrypting site-to-site connections that do not use a network-layer VPN
  • Mutual TLS authentication between microservices

Build the capability

Each link routes to a hub that goes deeper than this definition.

Related concepts

Close the team gap

Turn this concept into team capability

CBT Nuggets builds expert-led team training that closes the gaps definitions only describe. Talk to sales about a plan that fits your team.