Apache handeling SSL requests and passing them through to HAproxy - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T06:56:13Zhttp://stackoverflow.com/feeds/question/663521http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/663521/apache-handeling-ssl-requests-and-passing-them-through-to-haproxy0Apache handeling SSL requests and passing them through to HAproxyGus2009-03-19T18:48:25Z2009-09-10T15:00:03Z
<p>I am trying to set up as a front end reverse proxy with Haproxy forwarding requests to Apache web servers in the back end. My problem is that I have been unsuccessful in getting it to work with SSL requests using Apache. </p>
<p>I know that Haproxy can not handle SSL requests so I am trying to set up Apache to accept the clients requests on port 443 and forward it to Haproxy which will then pick up and forward the requests to the right Apache back end web server. Has anyone done this successfully? If yes can you provide examples of the Apache and Haproxy config please? </p>
http://stackoverflow.com/questions/663521/apache-handeling-ssl-requests-and-passing-them-through-to-haproxy/959575#9595750Answer by for Apache handeling SSL requests and passing them through to HAproxy2009-06-06T12:17:02Z2009-06-06T12:17:02Z<p>Yes I have please see the configuration here <a href="http://jango.wordpress.com/2009/06/06/haproxy-and-ssl/" rel="nofollow">link text</a></p>