From 6138d3b7ff68bf9ec1fb8e62128ffaea57980703 Mon Sep 17 00:00:00 2001 From: bush Date: Fri, 6 Mar 2015 21:59:34 +0000 Subject: [PATCH] Fixes for calzoneman <3 --- lib/config.js | 2 +- lib/server.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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) {