Fixed cipher list to high
This commit is contained in:
parent
a9a77147be
commit
f191e2a9c9
|
@ -79,7 +79,7 @@ https:
|
|||
passphrase: ''
|
||||
certfile: 'localhost.cert'
|
||||
cafile: ''
|
||||
ciphers: 'ALL:!RC4'
|
||||
ciphers: 'HIGH:!DSS:!aNULL@STRENGTH'
|
||||
|
||||
# Page template values
|
||||
# title goes in the upper left corner, description goes in a <meta> tag
|
||||
|
|
|
@ -44,7 +44,7 @@ var defaults = {
|
|||
passphrase: "",
|
||||
certfile: "localhost.cert",
|
||||
cafile: "",
|
||||
ciphers: "ALL:!RC4"
|
||||
ciphers: "HIGH:!DSS:!aNULL@STRENGTH"
|
||||
},
|
||||
io: {
|
||||
domain: "http://localhost",
|
||||
|
|
Loading…
Reference in a new issue