This commit is contained in:
Roman Arutyunyan 2025-12-17 01:57:48 +04:00 committed by GitHub
commit 827d710a8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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