diff --git a/lib/app.js b/lib/app.js index 2d23eb32..43421253 100755 --- a/lib/app.js +++ b/lib/app.js @@ -73,7 +73,10 @@ config.load(function(err, conf) { var options = { key: privateKey, cert: certificate, - requestCert: true + requestCert: true, + secureProtocol: 'TLSv1_method', + ciphers: 'AES128-GCM-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH', + honorCipherOrder: true }; https.createServer(options, app).listen(port, function () {