HTTPS

Definition

Hypertext Transfer Protocol Secure (HTTPS) is the secure version of HTTP, utilizing SSL/TLS encryption to protect data exchanged between users and

Use Cases

Frequently Asked Questions

What's the difference between HTTPS and HTTP?
HTTP sends data in plain text, so someone on the network could potentially read or change it. HTTPS is HTTP over TLS (often called SSL), which encrypts the connection and helps ensure the website you reached is authentic.
When should I use HTTPS?
Use HTTPS for all websites and APIs, especially anywhere users log in, submit forms, make payments, or send personal data. In practice, modern best practice is to enable HTTPS everywhere and redirect HTTP to HTTPS.
How much does HTTPS cost?
The HTTPS protocol itself is free, but you need a TLS certificate and infrastructure to serve it. Certificates can be free (for example, from Let’s Encrypt) or paid (often for added validation or support). You may also pay for a load balancer, CDN, or managed certificate service depending on your architecture and traffic volume.

Category: security

Difficulty: basic

Related Terms

See Also