TLS

Definition

Transport Layer Security (TLS) is the successor to SSL, providing a more secure method for encrypting internet communications and protecting data

Use Cases

Provider Equivalents

Frequently Asked Questions

What's the difference between TLS and SSL?
SSL is the older protocol family; TLS is its modern replacement. In practice, people still say “SSL,” but secure systems use TLS (for example, TLS 1.2 or TLS 1.3). TLS fixes known weaknesses in older SSL versions and supports stronger cryptography.
When should I use TLS?
Use TLS whenever data travels over a network you don’t fully control—especially for websites (HTTPS), APIs, mobile app backends, and service-to-service traffic. It’s essential for logins, personal data, payment data, and any internal microservice calls that could be intercepted on shared networks.
How much does TLS cost?
The TLS protocol itself is free, but you typically need a TLS certificate and infrastructure to terminate TLS. Many certificate authorities offer free certificates (for example, via ACME-based providers), while commercial certificates can cost more depending on validation type and support. Cloud costs may include managed certificate services (often low or no direct fee) and the compute/load balancer/CDN resources that perform TLS termination, plus potential costs for dedicated IPs or advanced features.

Category: security

Difficulty: intermediate

Related Terms

See Also