]> git.kaiwu.me - nginx.git/commit
SSL: logging level of "invalid alert" errors.
authorMaxim Dounin <mdounin@mdounin.ru>
Sun, 5 May 2024 21:07:18 +0000 (00:07 +0300)
committerAleksei Bavshin <a.bavshin@f5.com>
Tue, 14 Apr 2026 17:26:42 +0000 (11:26 -0600)
commitaa09c199921fd104b42c234085146caa9c10b0c3
tree7ae67d81ec52cab6ac120485809939af49d31189
parent06c9d63fc8a2510a0568cc8b83147add987748cb
SSL: logging level of "invalid alert" errors.

The SSL_R_INVALID_ALERT ("invalid alert") errors are reported by OpenSSL
1.1.1 or newer if the client sends a malformed alert.  These errors are
now logged at the "info" level.

Signed-off-by: Aleksei Bavshin <a.bavshin@nginx.com>
Origin: <https://freenginx.org/hg/nginx/rev/d89e0386b695>
src/event/ngx_event_openssl.c