TLS use RC4-SHA by default

v0.7.4-release
Ryan Dahl 2011-04-13 18:37:49 -07:00
parent d0e84b0088
commit 050bbf0bc4
1 changed files with 1 additions and 1 deletions

View File

@ -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,