Hello,
On Fri, Dec 29, 2017 at 3:24 PM, Mariusz Kalota <[email protected]> wrote: > Hello, thanks for reply. > > I would like to forward the encrypted HTTPS transparently to the > backend. I would like to check health my backend servers, but not only > on layer 4, but on layer 7. So I have to get /somefile.asmx, and I have > to give client certificate, and I have to check the backend server not > using IP, but using hostname. > > The two backend servers are IIS server, which have binding's: > > server1: > test.site.local:51111 > test1.site.local:51111 > > server2: > test.site.local:51111 > test2.site.local:51111 > > If I use in webbrowser test.site.local I go to haproxy. If I use > test1.site.local or test2.site.local I go to one of the backend server > directly. > > So currently my main issue is to check healhy of backend servers on > layer 7 (http 200 response). Understood, please follow the suggestions from the previous mail. Also make sure sni and host header are set to the same string. Lukas

