-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
test2043: use revoked.badssl.com instead of revoked.grc.com #5233
Conversation
The certificate of revoked.grc.com has expired on 2020-04-13.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The certificate of revoked.grc.com has expired on 2020-04-13.
I'm sure they'll fix that but the change is fine with me.
Let’s wait till tomorrow and if it’s not fixed by then, I will merge this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wish we had a local test for this instead of using a live out-of-our-control remote server...
We would need to generate a CA including CRL, should be possible statically or dynamically, but would require some extra work on systems there the OS certificate store is used. |
Still, we've at least traditionally have had users run the test suite on machines without internet access, we might be causing undesired traffic to this site and we may at times get undesired test failures. |
The test as it is now only applies to WinSSL. If the --cacert option is used with a local CA with no revocation information (CRL, AIA, ???) then it should fail unless --ssl-no-revoke is used. |
@bagder: I am with you. I was completely surprised that this test case relies on some online service. This also leaks information about test suits users to that online service. |
I did it. At the time there was no way to test --ssl-no-revoke with WinSSL since there was no support for user-specified CAs, so I settled on an internet server. |
Yes I'm fine with that. |
The certificate of revoked.grc.com has expired on 2020-04-13.