-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test-tls-server-verify fails consistently on v0.12 #7194
Comments
mscdex
added
tls
Issues and PRs related to the tls subsystem.
test
Issues and PRs related to the tests.
v0.12
labels
Jun 7, 2016
It's probably more prosaic than that. Looks like the CRL has simply expired:
|
Cherry-picking 76f40f7 from master seems to fix it. |
bnoordhuis
added a commit
to bnoordhuis/io.js
that referenced
this issue
Jun 7, 2016
Back-port commit 76f40f7 ("test: stronger crypto in test fixtures") from the master branch. Pushes back the expiration date of test/fixtures/keys/ca2-crl.pem to 2018, fixing a CRL_HAS_EXPIRED error in simple/test-tls-server-verify. Fixes: nodejs#7194 PR-URL: nodejs#7195 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
thanks @bnoordhuis! |
mmallick-ca
pushed a commit
to ibmruntimes/node
that referenced
this issue
Oct 19, 2016
Back-port commit 76f40f7 ("test: stronger crypto in test fixtures") from the master branch. Pushes back the expiration date of test/fixtures/keys/ca2-crl.pem to 2018, fixing a CRL_HAS_EXPIRED error in simple/test-tls-server-verify. Fixes: nodejs/node#7194 PR-URL: nodejs/node#7195 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
jBarz
pushed a commit
to ibmruntimes/node
that referenced
this issue
Nov 4, 2016
Back-port commit 76f40f7 ("test: stronger crypto in test fixtures") from the master branch. Pushes back the expiration date of test/fixtures/keys/ca2-crl.pem to 2018, fixing a CRL_HAS_EXPIRED error in simple/test-tls-server-verify. Fixes: nodejs/node#7194 PR-URL: nodejs/node#7195 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fails with output like this across all platforms on
v0.12
based builds:Perhaps we failed to update something after the last OpenSSL upgrade.
Don't have links to public CI runs to show this but easily reproducible on local machines by all accounts.
The text was updated successfully, but these errors were encountered: