-
-
Notifications
You must be signed in to change notification settings - Fork 35.7k
2.3.1 introduced an assertion exceptionΒ #2061
Copy link
Copy link
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.
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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 inWith 2.3.0 and earlier it executed just fine (ignoring that the certificate expired)