Re: XHR-streaming and Websocket connections in 1.5-dev17

2013-02-27 Thread Chris Yang
Hello again, Regarding the second problem (failure to establishing websocket connections in supported browsers), I can confirm that it happens on both Chrome and Firefox. And below is what I see for the '101 Switching Protocols' request in Firefox when it happened: Request URL:

Random buffer-overflow crashes

2013-02-27 Thread Jeff Zellner
Hi there, We've been running HAProxy 1.5-dev17 (+ 1.5-dev14) on Ubuntu 12.04 for a few months in order to SSL terminate and load balance WebSocket connections to our in-browser chat client. Starting last week, we started to get mysterious crashes now and again where HAProxy (1.5-dev17) would

Re: Random buffer-overflow crashes

2013-02-27 Thread Willy Tarreau
Hi Jeff, On Wed, Feb 27, 2013 at 12:19:23PM -0500, Jeff Zellner wrote: Hi there, We've been running HAProxy 1.5-dev17 (+ 1.5-dev14) on Ubuntu 12.04 for a few months in order to SSL terminate and load balance WebSocket connections to our in-browser chat client. Starting last week, we

Re: Sticking on req_ssl_sni

2013-02-27 Thread Baptiste
On Wed, Feb 27, 2013 at 3:00 PM, Robbert van Waveren robbe...@gmail.com wrote: Hi, Ive got the following use-case that I cant seem to solve. Problem: sticky session load balancing client-to-server SSL traffic without decrypting it assumption is that source ip and sslid can't be used as

Re: XHR-streaming and Websocket connections in 1.5-dev17

2013-02-27 Thread Baptiste
Hi Chris, Please read the article below: http://blog.exceliance.fr/2012/11/07/websockets-load-balancing-with-haproxy/ You may find answers ;) cheers On Wed, Feb 27, 2013 at 4:35 PM, Chris Yang bhp...@gmail.com wrote: Hello again, Regarding the second problem (failure to establishing