Hi Manu, thanks you!
I've just applied a minor change below : - int verify:2; /* verify method (set of SSL_VERIFY_* flags) */ + int verify:3; /* verify method (set of SSL_VERIFY_* flags) */ I've put 3 bits for verify instead of 2 because while apparently haproxy only uses values 0, 1, and 2, openssl defines 0x04 as well in all versions I have here and I prefer to avoid jokes in the future. Thanks, Willy

