-
Notifications
You must be signed in to change notification settings - Fork 562
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
Root certificate is not considered valid on *nix #1347
Comments
I'm closing this because it no longer repro's since we moved forward to latest package dependencies. The Infrastructure.Tests project has been verified to run properly on Ubuntu. |
Issue dotnet#1347 was closed but there was still a test being skipped on *nix machines due to an IssueAttribute for it. This PR removes the IssueAttribute to re-enable this test.
Re-opening because this is still failing in both VSO and CI. |
We're still waiting for a package versions update |
The package versions are up to date - #1475 needs to be rebased and I think it should pass now. If it doesn't, it means that something in corefx is still not quite fixed... |
Issue dotnet#1347 was closed but there was still a test being skipped on *nix machines due to an IssueAttribute for it. This PR removes the IssueAttribute to re-enable this test.
Issue dotnet#1347 was closed but there was still a test being skipped on *nix machines due to an IssueAttribute for it. This PR removes the IssueAttribute to re-enable this test.
Issue dotnet#1347 was closed but there was still a test being skipped on *nix machines due to an IssueAttribute for it. This PR removes the IssueAttribute to re-enable this test. Fixes dotnet#1347
Woot. fixed :) |
The Infrastructure test that verifies the validity of the root certificate fails on *nix. It fails when we use FindBy on the X509Certificate2Collection and ask for only a valid cert.
Exception is:
The text was updated successfully, but these errors were encountered: