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