-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 failure] System.Net.Http.Functional.Tests.PlatformHandler_HttpClientHandler_ServerCertificates_Test.NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds #77726
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @dotnet/ncl Issue DetailsRunfo Tracking Issue: [Test failure] NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds
Build Result Summary
|
Based on the console log, the error is this:
Docs for 12175 Seems like cert problem, can it be expired? And if I get the description right, does it mean there are more details about the error available? If so, would it be worthwhile to retrieve them? |
We should try to reproduce it. If it is expired certificate it will show up consistently. |
Triage: needs to be tested locally if it's a cert problem (should be easily reproducible). If so, we should promptly fix this or disable the test. |
The test is using https://revoked.badssl.com/ and it expired 10/27. Since this is outer loop test we may ignore it for few more days. The |
BTW this is easy to reproduce and |
badssl issue: chromium/badssl.com#515 |
Test disabled in PR #79407 |
Triage: we can either wait until chromium/badssl.com#515 if fixed or change our logic around certificates and ignore the expiration. |
We should also disable the tests in 7.0 and 6.0 to clean up CI there. |
Runfo Tracking Issue: [Test failure] NoCallback_RevokedCertificate_NoRevocationChecking_Succeeds
Build Result Summary
The text was updated successfully, but these errors were encountered: