Hi William, On Fri, Nov 02, 2012 at 04:43:37AM -0600, William Attwood wrote: > When using 1.5Dev12 to gain SSL support, HAProxy crashes when using ssl_sni > on Ubuntu 12.04, compiled from source. > > HAProxy only crashes when a requests is made over SSL, and an ssl_sni check > is enabled on the frontend to direct to the correct backend. If I use a > default backend, haproxy does not crash.
It looks exactly like the one we fixed last week with the help from the guys at transfer.ro. Please grab the latest snapshot, it should be gone. In short, it could happen that some processing was done before the complete handshake was finished, resulting in a null pointer for the transport layer. Oh and BTW, thank you for the detailed bug report, it's really much appreciated ! Best regards, Willy

