Fixed cipher list to high

This commit is contained in:
bush 2015-03-05 04:42:01 +00:00
parent a9a77147be
commit f191e2a9c9
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -44,7 +44,7 @@ var defaults = {
passphrase: "",
certfile: "localhost.cert",
cafile: "",
ciphers: "ALL:!RC4"
ciphers: "HIGH:!DSS:!aNULL@STRENGTH"
},
io: {
domain: "http://localhost",