commit | aab8d255bc0fcbcc50884a4be4f69598ee08fe73 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Tue Jan 11 17:29:24 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Jan 11 20:02:37 2022 +0100 |
tree | 3d1691da766f32e495ee0d2bce2895ffee38853a | |
parent | ba85acdc70116bfa5cc7046b8f7fe572ccffffc8 [diff] |
REGTESTS: ssl: Fix ssl_errors regtest with OpenSSL 1.0.2 This test was broken with OpenSSL 1.0.2 after commit a996763619d (BUG/MINOR: ssl: Store client SNI in SSL context in case of ClientHello error) because it expected the default TLS version to be 1.3 in some cases (when it can't be the case with OpenSSL 1.0.2).