summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2017-02-20 08:52:11 -0500
committerJames E. King, III <jking@apache.org>2017-02-20 08:52:11 -0500
commit06190874c8ba8f3a0c7ae83a59965d56c205e080 (patch)
treefa2bedf10194cb1ec79b2d9546b4917bc4107e59 /test/tests.json
parent239233afb6fd5bd2fb81743e88303c9ac17d7edb (diff)
downloadthrift-06190874c8ba8f3a0c7ae83a59965d56c205e080.tar.gz
THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 is not active and that at least one of TLSv1.0 through 1.2 are accepted.
Client: csharp, d, go, nodejs, perl This closes #1197
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/tests.json b/test/tests.json
index e22892816..f1d6a47e9 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -121,8 +121,8 @@
"framed:fastframed"
],
"sockets": [
- "ip-ssl",
- "ip"
+ "ip",
+ "ip-ssl"
],
"protocols": [
"compact",
@@ -415,7 +415,7 @@
"-I../../lib/perl/lib/",
"TestClient.pl",
"--ca=../keys/CA.pem",
- "--cert=../keys/client.pem",
+ "--cert=../keys/client.crt",
"--key=../keys/client.key"
]
},
@@ -425,8 +425,7 @@
"-Igen-perl/",
"-I../../lib/perl/lib/",
"TestServer.pl",
- "--ca=../keys/CA.pem",
- "--cert=../keys/server.pem",
+ "--cert=../keys/server.crt",
"--key=../keys/server.key"
]
},