Anyone have luck with using HAProxy and CA signed certificates? I have my own Microsoft CA and am using it to create CA signed certificates for my connection server, security server and my HAProxy load balanced IP address.
If I connect directly to any of my security servers I have no issues, everything works great. When I connect to the load balanced IP by the host name used in the certificate and DNS it gives me a SSL certificate error. I can view the certificate and see its using the load balanced certificate. My problem is I'm not sure if its failing at the first step (the load balancer) or the security server point. I believe I have it made so it uses the security servers certificate when it is redirected but the debug log is not helpful at all.
Anyone have a sample config that has worked for them by chance?