]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: httpclient: send the SNI using the host header
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 16 Mar 2022 14:47:47 +0000 (15:47 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 16 Mar 2022 14:55:30 +0000 (15:55 +0100)
commit71e31583957895c6601fbad352292497176b7fa3
treee14adba7345aab50273b3aa335eeb701b946bff8
parent0d05867e78d13a61b54576b5185f30b6cb50fff2
BUG/MINOR: httpclient: send the SNI using the host header

Generate an SNI expression which uses the Host header of the request.
This is mandatory for most of the SSL servers nowadays.

Must be backported in 2.5 with the previous patch which export
server_parse_sni_expr().
src/http_client.c