diff --git a/lib/tls.js b/lib/tls.js index 547e9395c68..0adba535e80 100644 --- a/lib/tls.js +++ b/lib/tls.js @@ -726,7 +726,7 @@ function Server(/* [options], listener */) { secureProtocol: self.secureProtocol, crl: self.crl }); - //creds.context.setCiphers('RC4-SHA:AES128-SHA:AES256-SHA'); + creds.context.setCiphers('RC4-SHA:AES128-SHA:AES256-SHA'); var pair = new SecurePair(creds, true,