diff options
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ if (httpsEnabled) { app = express().https({ key: fs.readFileSync(settings.https.key), cert: fs.readFileSync(settings.https.cert), - honorCipherOrder: settings.https.honorCipherOrder || true, + honorCipherOrder: true, ciphers: settings.https.ciphers || 'AES128-GCM-SHA256', handshakeTimeout: settings.https.handshakeTimeout || 5000, secureOptions: settings.https.options || 'SSL_OP_NO_SSLv2:SSL_OP_NO_SSLv3:SSL_OP_NO_TLSv1' |