[nginx] SSL: logging level of "inappropriate fallback" (ticket #...

Maxim Dounin mdounin at mdounin.ru
Tue Apr 7 13:04:06 UTC 2015


details:   http://hg.nginx.org/nginx/rev/1d6eb39d05c9
branches:  stable-1.6
changeset: 6076:1d6eb39d05c9
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Mon Nov 17 16:38:48 2014 +0300
description:
SSL: logging level of "inappropriate fallback" (ticket #662).

Patch by Erik Dubbelboer.

diffstat:

 src/event/ngx_event_openssl.c |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff --git a/src/event/ngx_event_openssl.c b/src/event/ngx_event_openssl.c
--- a/src/event/ngx_event_openssl.c
+++ b/src/event/ngx_event_openssl.c
@@ -1614,6 +1614,9 @@ ngx_ssl_connection_error(ngx_connection_
 #ifdef SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING
             || n == SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING           /*  345 */
 #endif
+#ifdef SSL_R_INAPPROPRIATE_FALLBACK
+            || n == SSL_R_INAPPROPRIATE_FALLBACK                     /*  373 */
+#endif
             || n == 1000 /* SSL_R_SSLV3_ALERT_CLOSE_NOTIFY */
             || n == SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE             /* 1010 */
             || n == SSL_R_SSLV3_ALERT_BAD_RECORD_MAC                 /* 1020 */



More information about the nginx-devel mailing list