-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.
Description
It appears 3beb880 introduced an assertion exception for certain certificates.
Running iojs -e "require('tls').connect(443, '143.116.116.84');" on 2.3.1 results in
iojs: ../src/node_crypto.cc:2283: node::crypto::CheckResult node::crypto::CheckWhitelistedServerCert(X509_STORE_CTX*): Assertion `(root_cert) != (nullptr)' failed.
Aborted
With 2.3.0 and earlier it executed just fine (ignoring that the certificate expired)
Metadata
Metadata
Assignees
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.