Load Balancer - SSL and SNI

The load balancer uses an X.509 certificatie for SSL/TLS. You can manage the certificate by using ACM (AWS Certificate Manager) or upload your own certificates.

Server Name Indication (SNI)

It is the feature that support for multiple SSL in load balancer. Load balancer will download the certification to it before doing SSL handshake. There are 2 type of ELB that support this feature including ALB and NLB

Last updated