avatar

Jezl

SSL / TLS Basics

SSL refers to Secure Socket Layer and is a way to encrypt network traffic that is in flight.

For AWS it refers to encrypting traffic between the client and the load balancer. Traffic between the load balancer and instances are handled over plain HTTP.

The S in HTTPS refers to ‘secure’, which means the traffic is using SSL.

Nowadays, traffic is encrypted using TLS (Transport Layer Security), which is a newer version of SSL, but people still refer to it as SSL.

SSl certs are issued by a Certificate Authority (CA) and have an expiration date.

Load Balancer and SSL

Server Name Indication (SNI)

Load Balancer Support