commit | 71e31583957895c6601fbad352292497176b7fa3 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Wed Mar 16 15:47:47 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Mar 16 15:55:30 2022 +0100 |
tree | e14adba7345aab50273b3aa335eeb701b946bff8 | |
parent | 0d05867e78d13a61b54576b5185f30b6cb50fff2 [diff] |
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().