Hello,

On Fri, Dec 29, 2017 at 2:45 PM, Mariusz Kalota <[email protected]> wrote:
> Hello,
> I would like to ask about new feature in haproxy 1.8:
> check-sni
>
> Please give me some example how I can use this.

It's as simple as:
check-sni <sni-string>

So a backend would look like this for example:

backend secure_wwwfarm
 server server1 srv1.wwwfarm.local:443 ssl sni
str(www.paginebianche.it) check inter 600s check-sni
healthchecks.wwwfarm.local
 server server2 srv2.wwwfarm.local:443 ssl sni
str(www.paginebianche.it) check inter 600s check-sni
healthchecks.wwwfarm.local


Lukas

Reply via email to