diff --git a/test/parallel/test-tls-getcipher.js b/test/parallel/test-tls-getcipher.js index 7bf3fe88f70e70..05da2ca718684a 100644 --- a/test/parallel/test-tls-getcipher.js +++ b/test/parallel/test-tls-getcipher.js @@ -25,6 +25,7 @@ server.listen(common.PORT, '127.0.0.1', function() { var client = tls.connect({ host: '127.0.0.1', port: common.PORT, + ciphers: cipher_list.join(':'), rejectUnauthorized: false }, function() { var cipher = client.getCipher();