ELB Listeners Part 2
Last updated
Was this helpful?
Last updated
Was this helpful?
SSL termination or SSL offloading decrypts and verifies data on the ELB instead of the application server - it "terminates"/"offloads" the SSL connection.
SSL bridging decrypts SSL traffic on the ELB and then re-encrypts it before sending it to the EC2 Instance - it "bridges" the SSL connection.