]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: tcpcheck: Don't use sni as pool-conn-name for non-SSL connections 20250903-cfa-auto-sni-for-http
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Sep 2025 14:50:47 +0000 (16:50 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Sep 2025 14:54:27 +0000 (16:54 +0200)
commit56d7cd4ac17bca7f343a0f024373f296da8b07cf
tree5e50401b338a547f9b288b3cdc8aa26ad118488c
parentf841d3af08b9634523f975227b56849b876c0220
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