Skip to content

Commit 1ce06f1

Browse files
committed
Tests: removed debug leftover from ssl_verify_client_trusted.t.
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.
1 parent 77d924f commit 1ce06f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ssl_verify_client_trusted.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ sub get {
104104
start => 1,
105105
SSL => 1,
106106
SSL_hostname => $sni,
107-
SSL_version => 'SSLv23',
108-
SSL_cipher_list => 'ALL:@SECLEVEL=0',
109107
$cert ? (
110108
SSL_cert_file => "$d/$cert.crt",
111109
SSL_key_file => "$d/$cert.key"

0 commit comments

Comments
 (0)