Skip to content

Commit a14d832

Browse files
shigekiMyles Borins
authored andcommitted
test: remove openssl options of -no_<prot>
openssl command does not allow to both "-ssl3" and "-no_tls1". A protocol connecting to the server is only specified. PR-URL: #8714 Reviewed-By: Fedor Indutny <fedor@indutny.com>
1 parent 2573efc commit a14d832

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/parallel/test-tls-no-sslv3.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ var stderr = '';
2525
server.listen(0, '127.0.0.1', function() {
2626
var address = this.address().address + ':' + this.address().port;
2727
var args = ['s_client',
28-
'-no_ssl2',
2928
'-ssl3',
30-
'-no_tls1',
31-
'-no_tls1_1',
32-
'-no_tls1_2',
3329
'-connect', address];
3430

3531
// for the performance and stability issue in s_client on Windows

0 commit comments

Comments
 (0)