]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: Add a new keyword to specify a SNI when doing SSL checks.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 17 Oct 2017 15:33:43 +0000 (17:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 17 Oct 2017 16:10:24 +0000 (18:10 +0200)
commit9130a9605d10a0c155bbc7e808770318606ede35
treebe0c664f494ef8b2f65b008340f443569711031e
parentf8eb8d56a79359a99d4076d3af9fdaaa070b680a
MINOR: checks: Add a new keyword to specify a SNI when doing SSL checks.

Add a new keyword, "check-sni", to be able to specify the SNI to be used when
doing health checks over SSL.
doc/configuration.txt
include/types/checks.h
src/checks.c
src/ssl_sock.c