commit | 8d38f0affdbf1b3e558602ce6551dcc1cdb8c958 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed May 06 11:10:51 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed May 06 12:45:11 2020 +0200 |
tree | 659689a64f6207ae0e64293666101ea4a8df337e | |
parent | f98e6264910eac4fcf9e5728e30fe62df19500a2 [diff] |
REGTEST: checks: Adapt SSL error message reported when connection is rejected Depending on the SSL library version, the reported error may differ when the connection is rejected during the handshake. An empty handshke may be detected or just an generic handshake error. So tcp-check-ssl.vtc has been adapted to support both error messages.