I'm trying to get my head around how to get multiple HTTPS sites on one public IP with HAProxy
After reading http://blog.haproxy.com/2012/04/13/enhanced-ssl-load-balancing-with-server-name-indication-sni-tls-extension/ I've got a rough idea of how to do the SNI ACLs To keep all of the HTTPS termination in HAProxy (one place for letsencrypt), do I then point each backend at a non SNI http mode HTTPS front end, which then feeds a backend as required ? Or have I missed something? Cheers