mirror of https://github.com/nodejs/node.git
TLS use RC4-SHA by default
parent
d0e84b0088
commit
050bbf0bc4
|
@ -726,7 +726,7 @@ function Server(/* [options], listener */) {
|
||||||
secureProtocol: self.secureProtocol,
|
secureProtocol: self.secureProtocol,
|
||||||
crl: self.crl
|
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,
|
var pair = new SecurePair(creds,
|
||||||
true,
|
true,
|
||||||
|
|
Loading…
Reference in New Issue