On Sam 26.05.2007 22:39, lists wrote:
I'm using stunnel to decrypt HTTPS and pass it to HAPROXY to insert a cookie and it works very well and very fast. Is their a way of making HAPROXY talk to the backend servers in HTTPS?
i.e.. End to end encryption.
Can I re-direct it back through stunnel in reverse?
I have not tested put you can try the follwoing:
--- client = yes
[backend] accept=127.0.0.1:PORT connect=REMOTE_HTTPS_HOST:PORT ---
Have you added the patch on haproxy site to add the X-Forward-for header, if you need it ;-)
Hth
Aleks