Skip to content

2.3.1 introduced an assertion exception #2061

@ghost

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

No one assigned

    Labels

    cryptoIssues and PRs related to the crypto subsystem.tlsIssues and PRs related to the tls subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions