Hello Mariusz,
On Fri, Dec 29, 2017 at 4:17 PM, Mariusz Kalota <[email protected]> wrote: > Ok. I fixed it. > My currently working config: > > listen https-test-51111 > bind *:51111 > mode tcp > balance roundrobin > option httpchk GET /somefile.asmx HTTP/1.1\r\nHost test.site.local:51111 > server server1 192.168.0.1:51111 check check-ssl verify none crt > /etc/haproxy/cert.pem ssl sni str(test.site.local) check-sni test.site.local > server server2 192.168.0.2:51111 check check-ssl verify none crt > /etc/haproxy/cert.pem ssl sni str(test.site.local) check-sni test.site.local > > > Thanks for help! Ok, great. In this case, it's really only about finding a configuration that your backend server finds acceptable. Lukas

