TLS termination term
where the encrypted connection is decrypted
Often at the load balancer (LB handles TLS, talks plain HTTP to backends). Trade-off: simpler backends vs unencrypted internal traffic. End-to-end TLS = re-encrypt to backend.
where the encrypted connection is decrypted
Often at the load balancer (LB handles TLS, talks plain HTTP to backends). Trade-off: simpler backends vs unencrypted internal traffic. End-to-end TLS = re-encrypt to backend.