summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/ssl/t/001_ssltests.pl9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/test/ssl/t/001_ssltests.pl b/src/test/ssl/t/001_ssltests.pl
index ee97f6f069..bfada03d3e 100644
--- a/src/test/ssl/t/001_ssltests.pl
+++ b/src/test/ssl/t/001_ssltests.pl
@@ -17,7 +17,7 @@ if ($ENV{with_ssl} ne 'openssl')
}
else
{
- plan tests => 101;
+ plan tests => 100;
}
#### Some configuration
@@ -157,13 +157,6 @@ test_connect_fails(
qr/root certificate file "invalid" does not exist/,
"connect without server root cert sslmode=verify-full");
-# Test deprecated SSL parameters, still accepted for backwards
-# compatibility.
-test_connect_ok(
- $common_connstr,
- "sslrootcert=invalid sslmode=require sslcompression=1 requiressl=1",
- "connect with deprecated connection parameters");
-
# Try with wrong root cert, should fail. (We're using the client CA as the
# root, but the server's key is signed by the server CA.)
test_connect_fails($common_connstr,