DEBUG: ssl-sock/show_fd: Display SSL error code
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 14 Mar 2023 14:51:33 +0000 (15:51 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 14 Mar 2023 14:51:34 +0000 (15:51 +0100)
commitf19c639787af445b92961356827f5db200215d97
treeaebb0fb869bfed81472fccedd3c04dfb53f30ce7
parentd52f2ad6ee519ad272c6084089d8d853cefed788
DEBUG: ssl-sock/show_fd: Display SSL error code

Like for connection error code, when FD are dumps, the ssl error code is now
displayed. This may help to diagnose why a connection error occurred.

This patch may be backported to help debugging.
src/ssl_sock.c