changeset 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 24f9901157ab
files src/event/ngx_event_openssl.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/event/ngx_event_openssl.c
+++ b/src/event/ngx_event_openssl.c
@@ -1158,6 +1158,7 @@ ngx_ssl_connection_error(ngx_connection_
         if (n == SSL_R_NO_SHARED_CIPHER
             || n == SSL_R_UNEXPECTED_MESSAGE
             || n == SSL_R_WRONG_VERSION_NUMBER
+            || n == 1000 /* SSL_R_SSLV3_ALERT_CLOSE_NOTIFY */
             || n == SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED
             || n == SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER
             || n == SSL_R_TLSV1_ALERT_UNKNOWN_CA)