Good luck, I'm behind 4 reverse proxies

from blog Mumbling about computers, | ↗ original
Serving content over https is trivial, right? It's not so trivial if you want to learn about HA and keep everything working with SSL. This is how my current setup is working: The inbound TCP connections on port 443 get scanned with sslh and redirected based on the protocol, SSL connections get redirected to the LoadBalancers via Round Robin DNS. The LoadBalancers decide where the...