-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[8.0] CryptographicException : An unknown chain building error occurred - Failing in test System.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback #99425
Comments
Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones |
I am able to reproduce the failure on my machine, even on main, but I can't figure out what is wrong. The failure seems to originate from Line 68 in 125b73e
and the Last error is 0x80090006, which is apparently Invalid Signature. @bartonjs, would you know what could be happening? We are generating the test certificates using the runtime/src/libraries/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.cs Lines 198 to 265 in 524598a
|
Nope :(. I haven't seen that coming out of the X509 tests, and they use that same helper a lot. I'm not sure if the invalid signature error is relevant to the overall failure, or just happens to be the last thing sitting in the error field. My best instinct is something wonky like one of the inputs to the chain build getting parallel disposed. |
I tracked it down, the failure is triggered when, ... drum roll ... the |
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=593479
Build error leg or test failing: System.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback
Error Message
Fill the error message using step by step known issues guidance.
CalendarTestBase
affecting several globalization tests #99407Libraries Test Run release coreclr windows x64 Debug
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=593479
Error message validated:
[System.Security.Cryptography.CryptographicException : An unknown chain building error occurred
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 3/7/2024 7:12:44 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: