]> git.kaiwu.me - nginx.git/commitdiff
decrease SSL handshake error level to info
authorIgor Sysoev <igor@sysoev.ru>
Mon, 23 Nov 2009 14:09:57 +0000 (14:09 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 23 Nov 2009 14:09:57 +0000 (14:09 +0000)
src/event/ngx_event_openssl.c

index 4a3cb82ec4e998d3f586ce196982cc75ad37b6ee..d4b5683d6495360f987acc5e4fb2bf7b28981e3b 100644 (file)
@@ -1312,6 +1312,7 @@ ngx_ssl_connection_error(ngx_connection_t *c, int sslerr, ngx_err_t err,
             || n == SSL_R_NO_SHARED_CIPHER                           /*  193 */
             || n == SSL_R_UNEXPECTED_MESSAGE                         /*  244 */
             || n == SSL_R_UNEXPECTED_RECORD                          /*  245 */
+            || n == SSL_R_UNKNOWN_PROTOCOL                           /*  252 */
             || n == SSL_R_WRONG_VERSION_NUMBER                       /*  267 */
             || n == SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC        /*  281 */
             || n == 1000 /* SSL_R_SSLV3_ALERT_CLOSE_NOTIFY */