Hi Willy,
here's the config. Simply checking it with "/usr/sbin/haproxy -c -f /etc/haproxy/haproxy.cfg" causes the segmentation fault.
---
global
nbproc 1
defaults
mode http
frontend http-in
bind :10080
bind :10443 ssl crt /tmp/certandkey.pem
default_backend www
mode http
backend www
mode http
server srv01 www.web.de:443 ssl verify required verifyhost
www.nono.com
--- Thanks, Marco

