mirror of https://github.com/nginx/nginx
Merge e4ee947296 into 7c2524a692
This commit is contained in:
commit
827d710a8e
|
|
@ -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_USER_CANCELLED /* 1090 */
|
||||||
|| n == SSL_R_TLSV1_ALERT_NO_RENEGOTIATION /* 1100 */
|
|| n == SSL_R_TLSV1_ALERT_NO_RENEGOTIATION /* 1100 */
|
||||||
#endif
|
#endif
|
||||||
|
|| n == 1121 /* SSL_R_TLSV1_ALERT_ECH_REQUIRED */
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
switch (c->log_error) {
|
switch (c->log_error) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue