What is TLS?

Learn the fundamentals of Transport Layer Security and how it protects your data in transit.

What it is

Transport Layer Security (TLS) is a cryptographic protocol designed to provide secure communication over a computer network. It's the successor to SSL (Secure Sockets Layer) and is widely used to secure web traffic, email, and other network communications.

TLS operates at the transport layer of the OSI model, sitting between the application layer (HTTP, SMTP, etc.) and the network layer (TCP/IP). When you see "https://" in your browser, you're using TLS to encrypt the connection between your browser and the web server.

Why it matters

TLS provides three critical security properties:

Without TLS, anyone on the network path between you and the server could intercept, read, or modify your data. This is especially critical for sensitive information like passwords, credit card numbers, and personal data.

In practice

Best practices for TLS deployment:

Further reading


Put the theory to work: run a domain through the TLS tester, or read Cipher suites next.

Related guides