-
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
Use newer microsoft.com certificate chain in X.509 tests #48460
Conversation
The old certificate chain used a root certificate that is deprecated and is starting to disappear from some trust stores. The removal of the root certificate led to a few failing tests, and other tests not running since they were conditional on the trust of that certificate.
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks Issue DetailsThe old certificate chain used a root certificate that is deprecated and is starting to disappear from some trust stores in Linux. The removal of the root certificate led to a few failing tests, and other tests not running since they were conditional on the trust of that certificate. Closes #48406
|
This will need an outerloop run. |
/azp run runtime-libraries-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
Outerloop failures appear irrelevant. |
I agree. Thanks, @vcsjones. |
@bartonjs I don't think backport bot will be able to do this one cleanly, I'll prepare a PR for a manual backport. |
The old certificate chain used a root certificate that is deprecated and is starting to disappear from some trust stores in Linux. The removal of the root certificate led to a few failing tests, and other tests not running since they were conditional on the trust of that certificate.
Closes #48406