comparison src/event/ngx_event_openssl.c @ 1877:a55876dff8f5

low SSL handshake close notify alert error level
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Feb 2008 20:46:58 +0000
parents 5d663752fd96
children 291689a7e5dc
comparison
equal deleted inserted replaced
1876:5d663752fd96 1877:a55876dff8f5
1156 1156
1157 /* handshake failures */ 1157 /* handshake failures */
1158 if (n == SSL_R_NO_SHARED_CIPHER 1158 if (n == SSL_R_NO_SHARED_CIPHER
1159 || n == SSL_R_UNEXPECTED_MESSAGE 1159 || n == SSL_R_UNEXPECTED_MESSAGE
1160 || n == SSL_R_WRONG_VERSION_NUMBER 1160 || n == SSL_R_WRONG_VERSION_NUMBER
1161 || n == 1000 /* SSL_R_SSLV3_ALERT_CLOSE_NOTIFY */
1161 || n == SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED 1162 || n == SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED
1162 || n == SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER 1163 || n == SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER
1163 || n == SSL_R_TLSV1_ALERT_UNKNOWN_CA) 1164 || n == SSL_R_TLSV1_ALERT_UNKNOWN_CA)
1164 { 1165 {
1165 switch (c->log_error) { 1166 switch (c->log_error) {