]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: SSL_ERROR_ZERO_RETURN returns CO_ER_SSL_EMPTY
authorWilliam Lallemand <wlallemand@haproxy.org>
Mon, 26 Jun 2023 17:08:00 +0000 (19:08 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 26 Jun 2023 17:10:24 +0000 (19:10 +0200)
commit3388b234659aecacfb949e4925ba9461f17916e4
tree0e8dbe41678b5e89cad72a3e38feec212117a911
parente8e5762389c56ba0d794ecc43d8a1b26667c9c56
BUG/MINOR: ssl: SSL_ERROR_ZERO_RETURN returns CO_ER_SSL_EMPTY

Return a more acurate error than the previous patch, CO_ER_SSL_EMPTY is
the code for "Connection closed during SSL handshake" which is more
precise than CO_ER_SSL_ABORT ("Connection error during SSL handshake").

No backport needed.
src/ssl_sock.c