Fixes for calzoneman <3
This commit is contained in:
parent
f191e2a9c9
commit
6138d3b7ff
|
@ -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