Hey guys,
is there a nice tutorial out there on how to accomplish a haproxy setup that directs traffic based on subdomains, and requirements.
I am thinking about a simple workflow
ssl.mydomain.de:443 -> ssl offloading -> normal-backend
sni.mydomaind:443 -> endpoint termination -> sni-backend
typically this is achieved with a ton of acls/mapping and a backend that sorts them and directs them.
Cheers,
z