]> git.kaiwu.me - nginx.git/commit
SSL: logging level of "https proxy request" errors.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 5 Jul 2018 17:45:29 +0000 (20:45 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 5 Jul 2018 17:45:29 +0000 (20:45 +0300)
commit34e524a130abb4e5ff549652e4a08e040b54dc57
tree055bfa09798355ee05f9ae737adef49bda556c28
parent69fc41c9b5fc07084ff3870e2edeb9cef7f09f97
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.
src/event/ngx_event_openssl.c