Fixes for calzoneman <3
This commit is contained in:
parent
f191e2a9c9
commit
6138d3b7ff
|
@ -44,7 +44,7 @@ var defaults = {
|
|||
passphrase: "",
|
||||
certfile: "localhost.cert",
|
||||
cafile: "",
|
||||
ciphers: "HIGH:!DSS:!aNULL@STRENGTH"
|
||||
ciphers: "HIGH:!DSS:!aNULL@STRENGTH"
|
||||
},
|
||||
io: {
|
||||
domain: "http://localhost",
|
||||
|
|
|
@ -73,7 +73,8 @@ var Server = function () {
|
|||
cert: cert,
|
||||
passphrase: Config.get("https.passphrase"),
|
||||
ca: ca,
|
||||
ciphers: Config.get("https.ciphers")
|
||||
ciphers: Config.get("https.ciphers"),
|
||||
honorCipherOrder: true
|
||||
};
|
||||
|
||||
Config.get("listen").forEach(function (bind) {
|
||||
|
|
Loading…
Reference in a new issue