mirror of
https://github.com/nginx/nginx.git
synced 2024-12-02 20:09:01 +08:00
SSL: logging level of "inappropriate fallback" (ticket #662).
Patch by Erik Dubbelboer.
This commit is contained in:
parent
d9f5baa0b8
commit
1fd4cd0b96
@ -1857,6 +1857,9 @@ ngx_ssl_connection_error(ngx_connection_t *c, int sslerr, ngx_err_t err,
|
||||
#endif
|
||||
#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 */
|
||||
|
Loading…
Reference in New Issue
Block a user