]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add the ssl_bc_sni sample fetch function to retrieve backend SNI
authorWilly Tarreau <w@1wt.eu>
Mon, 29 Sep 2025 11:30:12 +0000 (13:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 1 Oct 2025 08:18:53 +0000 (10:18 +0200)
commitdae4cfe8c57dc7644a7afd847d964c8d7444deda
tree538ee675c0ed59a315a3f008e3e4d4176fea4502
parent205f1cbf4cad309601d8b801d46e935dbb249d4a
MINOR: ssl: add the ssl_bc_sni sample fetch function to retrieve backend SNI

Sometimes in order to debug certain difficult situations it can be useful
to know what SNI was configured on a connection going to a server, for
example to match it against what the server saw or to detect cases where
a server would route on SNI instead of Host. This sample fetch function
simply retrieves the SNI configured on the backend connection, if any.
doc/configuration.txt
src/ssl_sample.c