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