Fixed cipher list to high
This commit is contained in:
parent
a9a77147be
commit
f191e2a9c9
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ var defaults = {
|
|||
passphrase: "",
|
||||
certfile: "localhost.cert",
|
||||
cafile: "",
|
||||
ciphers: "ALL:!RC4"
|
||||
ciphers: "HIGH:!DSS:!aNULL@STRENGTH"
|
||||
},
|
||||
io: {
|
||||
domain: "http://localhost",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue