We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d85496 commit 65f2bf1Copy full SHA for 65f2bf1
test/parallel/test-tls-no-sslv3.js
@@ -25,11 +25,7 @@ var stderr = '';
25
server.listen(0, '127.0.0.1', function() {
26
var address = this.address().address + ':' + this.address().port;
27
var args = ['s_client',
28
- '-no_ssl2',
29
'-ssl3',
30
- '-no_tls1',
31
- '-no_tls1_1',
32
- '-no_tls1_2',
33
'-connect', address];
34
35
// for the performance and stability issue in s_client on Windows
0 commit comments