mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-22 14:49:45 -04:00
[DOC] acls rep_ssl_hello and req_ssl_hello
This commit is contained in:
parent
38e7176961
commit
392d1d8b89
1 changed files with 12 additions and 0 deletions
|
|
@ -7230,6 +7230,18 @@ req_ssl_ver <decimal>
|
|||
that TLSv1 is announced as SSL version 3.1. This test was designed to be used
|
||||
with TCP request content inspection.
|
||||
|
||||
req_ssl_hello_type <integer>
|
||||
Returns true when data in the request buffer looks like a complete SSL (v3
|
||||
or superior) hello message and handshake type is equal to <integer>.
|
||||
This test was designed to be used with TCP request content inspection: an
|
||||
SSL session ID may be fetched.
|
||||
|
||||
rep_ssl_hello_type <integer>
|
||||
Returns true when data in the response buffer looks like a complete SSL (v3
|
||||
or superior) hello message and handshake type is equal to <integer>.
|
||||
This test was designed to be used with TCP response content inspection: a
|
||||
SSL session ID may be fetched.
|
||||
|
||||
wait_end
|
||||
Waits for the end of the analysis period to return true. This may be used in
|
||||
conjunction with content analysis to avoid returning a wrong verdict early.
|
||||
|
|
|
|||
Loading…
Reference in a new issue