mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-05 04:56:10 +02:00
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.
This commit is contained in:
parent
917f7c74d3
commit
906525b16b
@ -12121,7 +12121,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user