Web Encryption Basics
What this guide covers.
TLS HandshakeSSL/TLS encryption protects data moving between a visitor's browser and a website server, helping secure logins, payments, forms and private browsing sessions.
SSL is the older term, while TLS is the modern protocol used to secure HTTPS connections.
TLS uses certificates and cryptographic handshakes to create encrypted communication between browser and server.
Every production website should use HTTPS, keep certificates valid and redirect insecure HTTP traffic.


