]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: server: enable no-check-sni-auto for dynamic servers
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 19 Feb 2026 15:38:39 +0000 (16:38 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 20 Feb 2026 08:02:47 +0000 (09:02 +0100)
commitf71b2f43383dc27902703bfbb31b804254216db8
treeb4e17e5aef32aa8afa85d8367cb2e9dbc6ff8e75
parentde5fc2f515be1bb0d5b3d1b5961ed0744c2c9d9a
BUG/MINOR: server: enable no-check-sni-auto for dynamic servers

Allows server keyword "no-check-sni-auto" for dynamic servers. This may
be necessary to users who do not want to benefit from auto SNI for
checks.

Keyword "check-sni-auto" is still deactivated for dynamic servers, for
the same reason as "sni-auto" (cf the previous patch for a complete
explanation).

This must be backported up to 3.3.
src/cfgparse-ssl.c