HAProxy 1.5 supports SSL offloading and downstream encryption
blog.exceliance.fr
HAProxy 1.5 supports SSL offloading and downstream encryption
1–10 of 18 posts
Re: HAProxy 1.5 supports SSL offloading and downstream encryption
#2I have used stunnel (http://www.stunnel.org/) in front of HAProxy up to now. That setup works. But I'm happy that in the future I can remove one of the moving parts from my machine and just use haproxy.
Re: HAProxy 1.5 supports SSL offloading and downstream encryption
#3Re: HAProxy 1.5 supports SSL offloading and downstream encryption
#4Re: HAProxy 1.5 supports SSL offloading and downstream encryption
#5I wonder if it supports SNI for virtual SSL hosts?
The spec is pretty simple, I don't know why SSL implementations leave it off. :(
Re: HAProxy 1.5 supports SSL offloading and downstream encryption
#6Re: HAProxy 1.5 supports SSL offloading and downstream encryption
#7I wonder if it supports SNI for virtual SSL hosts?
Re: HAProxy 1.5 supports SSL offloading and downstream encryption
#8Re: HAProxy 1.5 supports SSL offloading and downstream encryption
#9What I would like to see is a way to change the HAProxy configuration on the fly, or something like a configuration backend. That would avoid reloading HAProxy after each config change, and allow a much more flexible configuration.
Re: HAProxy 1.5 supports SSL offloading and downstream encryption
#10What I would like to see is a way to change the HAProxy configuration on the fly, or something like a configuration backend. That would avoid reloading HAProxy after each config change, and allow a much more flexible configuration.
Why is haproxy reloading an issue ? It works pretty well in my experience (although I am not in the web business anymore, so things may have changed in the last two years).