]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: tcpcheck: Don't use sni as pool-conn-name for non-SSL connections
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Sep 2025 14:50:47 +0000 (16:50 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 Sep 2025 13:56:42 +0000 (15:56 +0200)
commit58555b8653172af6be70d2c9de77870cb01a8712
treee1936889d547133e373cb9e4e773cbc1ab594060
parenteb3d4eb59f6d33897bb160a3b8638479042c3512
BUG/MINOR: tcpcheck: Don't use sni as pool-conn-name for non-SSL connections

When we try to ruse connection to perform an healtcheck, the SNI, from the
tcpcheck connection or the healthcheck itself, must not be used as
connection name for non-SSL connections.

This patch must be backported to 3.2.
src/tcpcheck.c