]> git.kaiwu.me - haproxy.git/commit
MINOR: tcpcheck: Use tcpcheck flags to know a healthcheck uses SSL connections
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 26 Mar 2026 21:54:12 +0000 (22:54 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Apr 2026 14:34:38 +0000 (16:34 +0200)
commit64e3029e8ba4d413d41823b47cad56a16b326df2
treeab75298b99e47c81d207b57e6eee8bca6a133fb2
parentb58f567ff3966e955a79f6021cc7cd978c3338d4
MINOR: tcpcheck: Use tcpcheck flags to know a healthcheck uses SSL connections

The proxy flag PR_O_TCPCHK_SSL is replaced by a flag on the tcpcheck
itself. When TCPCHK_FL_USE_SSL flag is set, it means the healthcheck will
use an SSL connection and the SSL xprt must be prepared for the server.
include/haproxy/proxy-t.h
include/haproxy/tcpcheck-t.h
src/proxy.c
src/server.c
src/tcpcheck.c