-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
SslStreamNetworkStreamTest failures "The remote certificate is invalid because of errors in the certificate chain: PartialChain" #112856
Comments
Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones |
Yes, interestingly, it did not show in build analysis on the PR, will investigate |
I'm wondering if we can restore now session that was created just with certificate...? Or possibly different chain if the certificate was cross-signed (not this case) When the cache was linked to context we did not have that problem. |
I assume it failed only on pipelines which ran on runtime/jit changes only. It looks like it's not the first time (see this) so maybe we should run these pipelines on changes in System Security stuff as well? |
The test failed on the PR as well, it just did not show in the Build Analysis. The failure is deterministic and would show on all outerloop pipeline runs.
That is what I found, we need to include all cert(hashes) in the cache key |
Widespread failures on CI
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=960836
Build error leg or test failing:
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=960836
Error message validated:
[The remote certificate is invalid because of errors in the certificate chain: PartialChain
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 2/24/2025 12:02:22 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: