DOC: configuration: typo req.ssl_hello_type
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 7 Dec 2023 14:00:58 +0000 (15:00 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 8 Dec 2023 13:27:03 +0000 (14:27 +0100)
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.

(cherry picked from commit 906525b16bf53c156f8b559f8782a81f2b960c2b)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>

doc/configuration.txt

index 8636610..60c7116 100644 (file)
@@ -12076,7 +12076,7 @@ stick store-response <pattern> [table <table>] [{if | unless} <condition>]
         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