SSL: logging level of "https proxy request" errors.
The "http request" and "https proxy request" errors cannot happen
with HTTP due to pre-handshake checks in ngx_http_ssl_handshake(),
but can happen when SSL is used in stream and mail modules.
Maxim Dounin
3 years ago
2061 | 2061 | || n == SSL_R_DIGEST_CHECK_FAILED /* 149 */ |
2062 | 2062 | || n == SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST /* 151 */ |
2063 | 2063 | || n == SSL_R_EXCESSIVE_MESSAGE_SIZE /* 152 */ |
2064 | || n == SSL_R_HTTPS_PROXY_REQUEST /* 155 */ | |
2065 | || n == SSL_R_HTTP_REQUEST /* 156 */ | |
2064 | 2066 | || n == SSL_R_LENGTH_MISMATCH /* 159 */ |
2065 | 2067 | #ifdef SSL_R_NO_CIPHERS_PASSED |
2066 | 2068 | || n == SSL_R_NO_CIPHERS_PASSED /* 182 */ |