Hi,
>> I don't know. I got pre made packages from "http://haproxy.debian.net >> jessie-backports-1.6 main" maintained by Vincent Bernat if I'm correct. > > I think there's something wrong with that binary. I will try to reproduce > the problem with it. Confirmed. The 1.6.2 binary (haproxy) from the jessie-backports-1.6 repository has these problems, but the 1.6.2 that I just compiled from source on this platform (./haproxy) works just fine: root@debianvm:/home/lukas/haproxy-1.6.2# haproxy -f /home/lukas/ssl.cfg -c [ALERT] 328/203304 (9873) : SSLv3 support requested but unavailable. Configuration file is valid root@debianvm:/home/lukas/haproxy-1.6.2# ./haproxy -f /home/lukas/ssl.cfg -c Configuration file is valid root@debianvm:/home/lukas/haproxy-1.6.2# Vincent, can you take a look? Thanks, Lukas

