From: William Lallemand Date: Thu, 7 Dec 2023 14:00:58 +0000 (+0100) Subject: DOC: configuration: typo req.ssl_hello_type X-Git-Tag: v3.0-dev1~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=906525b16bf53c156f8b559f8782a81f2b960c2b;p=thirdparty%2Fhaproxy.git DOC: configuration: typo req.ssl_hello_type rep_ssl_hello_type was renamed in res.ssl_hello_type a long time ago. This patch fixes a typo where an example was renamed "rep.ssl_hello_type" instead of "res.ssl_hello_type" fixes issue #2377 and #2379. Must be backported in all maintained versions. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 1fa13efc40..006ff601c8 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -12121,7 +12121,7 @@ stick store-response [table ] [{if | unless} ] stick-table type binary len 32 size 30k expire 30m acl clienthello req.ssl_hello_type 1 - acl serverhello rep.ssl_hello_type 2 + acl serverhello res.ssl_hello_type 2 # use tcp content accepts to detects ssl client and server hello. tcp-request inspect-delay 5s