Architecture: client <-- TLS --> AWS Network Load Balancer port:443 <-- TLS --> backend server port:443
In the above architecture, TLS is terminated at the network load balancer (NLB).
- Is TLS termination possible without decrypting packets?
- If TLS is terminated on NLB, is there a new handshake between AWS NLB and the backend server?
Note that Backend server have its own SSL certificate different from one on the NLB.