mirror of
https://github.com/nginx/nginx.git
synced 2025-12-18 21:26:16 -05:00
SSL: logging level of the "ech_required" TLS alert.
Some checks failed
buildbot / buildbot (push) Has been cancelled
Some checks failed
buildbot / buildbot (push) Has been cancelled
The alert is send by a client after its ECH configuration was rejected by a server.
This commit is contained in:
parent
7c2524a692
commit
0609736a92
1 changed files with 1 additions and 0 deletions
|
|
@ -4012,6 +4012,7 @@ ngx_ssl_connection_error(ngx_connection_t *c, int sslerr, ngx_err_t err,
|
|||
|| n == SSL_R_TLSV1_ALERT_USER_CANCELLED /* 1090 */
|
||||
|| n == SSL_R_TLSV1_ALERT_NO_RENEGOTIATION /* 1100 */
|
||||
#endif
|
||||
|| n == 1121 /* SSL_R_TLSV1_ALERT_ECH_REQUIRED */
|
||||
)
|
||||
{
|
||||
switch (c->log_error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue