diff --git a/src/lib/bootstrap.js b/src/lib/bootstrap.js index a0454f02b..585d41253 100644 --- a/src/lib/bootstrap.js +++ b/src/lib/bootstrap.js @@ -133,8 +133,7 @@ function displayHTTPSWarning(storageLocation) { function handleHTTPS(app, configPath, config) { try { let httpsOptions = { - secureProtocol: 'SSLv23_method', // disable insecure SSLv2 and SSLv3 - secureOptions: constants.SSL_OP_NO_SSLv2 | constants.SSL_OP_NO_SSLv3, + secureOptions: constants.SSL_OP_NO_SSLv2 | constants.SSL_OP_NO_SSLv3, // disable insecure SSLv2 and SSLv3 }; if (config.https.pfx) {