Hi!
> Please also note that the second SOAP call made that fails
> the handshake also causes the HAProxy server to crash.
Could you:
- use latest snapshot from [1]
- provide the output of haproxy -vv
- can you tell us OS, kernel and openssl version?
- compile haproxy with debug and without compiler optimizations:
make DEBUG=-DDEBUG_FULL CFLAGS="-g -O0" TARGET=[...]
- catch a backtrace of the crash with gdb (see [2] if you need details)
Regards,
Lukas
[1] http://haproxy.1wt.eu/download/1.5/src/snapshot/
[2] http://www.mail-archive.com/[email protected]/msg09472.html