TLS use RC4-SHA by default
This commit is contained in:
parent
d0e84b0088
commit
050bbf0bc4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user