Been using haproxy for some time. but have not used it with SSL yet.
What is the best option to implement SSL? There seems to be several options, some requiring 1.5 (which isn't exactly ideal as 1.5 isn't considered stable yet). I do need to route based on the incoming request, so decode before haproxy as opposed to the MODE TCP options. Also, would like persistent between client and haproxy, but allow different back-ends per request. I do need to preserve the IP address of the original client. So either transparent (is that possible when going through stunnel or other and haproxy on the same box), or X-Forwarded-for or similar added.

