We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66aa77 commit db067ffCopy full SHA for db067ff
src/node_crypto.cc
@@ -461,6 +461,8 @@ void SecureContext::Init(const FunctionCallbackInfo<Value>& args) {
461
SSL_CTX_set_options(sc->ctx_.get(), SSL_OP_NO_SSLv2);
462
SSL_CTX_set_options(sc->ctx_.get(), SSL_OP_NO_SSLv3);
463
464
+ SSL_CTX_clear_mode(sc->ctx_.get(), SSL_MODE_NO_AUTO_CHAIN);
465
+
466
// SSL session cache configuration
467
SSL_CTX_set_session_cache_mode(sc->ctx_.get(),
468
SSL_SESS_CACHE_SERVER |
0 commit comments