Skip to content

Commit

Permalink
Tests: removed debug leftover from ssl_verify_client_trusted.t.
Browse files Browse the repository at this point in the history
The cipher string "@SECLEVEL=n" used to test with older SSL/TLS protocols
is not supported in OpenSSL 1.0.2, seen on SLES 12 and Amazon Linux LTS.
  • Loading branch information
pluknet committed Sep 25, 2024
1 parent 77d924f commit 1ce06f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ssl_verify_client_trusted.t
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ sub get {
start => 1,
SSL => 1,
SSL_hostname => $sni,
SSL_version => 'SSLv23',
SSL_cipher_list => 'ALL:@SECLEVEL=0',
$cert ? (
SSL_cert_file => "$d/$cert.crt",
SSL_key_file => "$d/$cert.key"
Expand Down

0 comments on commit 1ce06f1

Please sign in to comment.