7 ms·
It's been over a year since I had to set this up, but I used HAProxy in a similar setup and still needed stunnel. In the whole of my DevOps career, getting SSL
by mattdawson 14y ago
It's been over a year since I had to set this up, but I used HAProxy in a similar setup and still needed stunnel.
In the whole of my DevOps career, getting SSL working with web sockets was one of the most frustrating.
- imsofuture 14y agoHAProxy dev releases have had SSL support for the past 3-4 months. http://blog.jeffzellner.com/work/2013/01/25/websockets--ssl-via-haproxy/ http://blog.jeffzellner.com/work/2013/01/25/websockets--ssl-...
- densone 14y agoWe are running 1.5 latest dev compiled with ssl here @basho. So far so good. https://argv0.data.riakcs.net:8443/bailis_gosling.jpg https://argv0.data.riakcs.net:8443/bailis_gosling.jpg
- theturtle32 14y agoI second the success reports of HAProxy 1.5dev with SSL support. It's been stable for me over the last month, and more performant than using STunnel for SSL, which is what I'd been using for the last 1.5 years with Websockets. HAProxy is a remarkable, wicked fast, and very stable product.