mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
DOC: config: slightly clarify the ssl_fc_has_early() behavior
Clarify that it's about handshake *completion*, and also mention that the action to be used to wait for the handshake is "wait-for-handshake", which was not mentioned. This can be backported though it's very minor.
This commit is contained in:
parent
20174ca143
commit
765d49b680
1 changed files with 3 additions and 3 deletions
|
|
@ -25131,9 +25131,9 @@ ssl_fc_has_crt : boolean
|
|||
current SSL session uses a client certificate.
|
||||
|
||||
ssl_fc_has_early : boolean
|
||||
Returns true if early data were sent, and the handshake didn't happen yet. As
|
||||
it has security implications, it is useful to be able to refuse those, or
|
||||
wait until the handshake happened.
|
||||
Returns true if early data were sent, and the handshake didn't complete yet.
|
||||
As it has security implications, it is useful to be able to refuse those, or
|
||||
wait until the handshake completes (via the "wait-for-handshake" action).
|
||||
|
||||
ssl_fc_has_sni : boolean
|
||||
This checks for the presence of a Server Name Indication TLS extension (SNI)
|
||||
|
|
|
|||
Loading…
Reference in a new issue