SSL: logging level of the "ech_required" TLS alert.
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:
Roman Arutyunyan 2025-12-16 17:53:12 +04:00 committed by Roman Arutyunyan
parent 7c2524a692
commit 0609736a92

View file

@ -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) {