Apache handeling SSL requests and passing them through to HAproxy - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T06:56:13Z http://stackoverflow.com/feeds/question/663521 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/663521/apache-handeling-ssl-requests-and-passing-them-through-to-haproxy 0 Apache handeling SSL requests and passing them through to HAproxy Gus 2009-03-19T18:48:25Z 2009-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#959575 0 Answer by for Apache handeling SSL requests and passing them through to HAproxy 2009-06-06T12:17:02Z 2009-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>