Testing HAProxy
openssl s_client -connect 192.99.11.11:443 -servername www.haproxy.com http://blog.haproxy.com/2012/09/10/how-to-get-ssl-with-haproxy-getting-rid-of-stunnel-stud-nginx-or-pound/
openssl s_client -connect 192.99.11.11:443 -servername www.haproxy.com http://blog.haproxy.com/2012/09/10/how-to-get-ssl-with-haproxy-getting-rid-of-stunnel-stud-nginx-or-pound/
http://blog.haproxy.com/2012/04/13/enhanced-ssl-load-balancing-with-server-name-indication-sni-tls-extension/
http://virtuallyhyper.com/2013/05/configure-haproxy-to-load-balance-sites-with-ssl/ frontend unsecured *:80 mode httpredirect prefix https://foo.bar.com #——————————————————————— # frontend secured #——————————————————————— frontend secured *:443 mode tcp […]
http://blog.haproxy.com/2012/04/13/enhanced-ssl-load-balancing-with-server-name-indication-sni-tls-extension/ Adding SSL Cert Create SSL Bundle in this order certificate, intermediate, intermediate, key, Should modify […]
You must be logged in to post a comment.