]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: Add the sni option for tcp-check connect rules
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 30 Mar 2020 11:00:05 +0000 (13:00 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:37 +0000 (09:39 +0200)
commit79b31d4ee582cced85270fac9c59d0d3c8028d4d
treef388afa261d9214454edb9d09125c34086a55065
parent0c39eccdd43e02d0248b9729c4cb8316a9f5fb9a
MINOR: checks: Add the sni option for tcp-check connect rules

With this option, it is possible to specify the SNI to be used for SSL
conncection opened by a tcp-check connect rule.
doc/configuration.txt
include/types/checks.h
src/checks.c