diff --git a/lib/config.js b/lib/config.js index fe3c0af7..72a8635a 100644 --- a/lib/config.js +++ b/lib/config.js @@ -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", diff --git a/lib/server.js b/lib/server.js index b83b91b9..9b7877ba 100644 --- a/lib/server.js +++ b/lib/server.js @@ -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) {