-
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
Test failure System.Net.Security.Tests.CertificateValidationRemoteServer.ConnectWithRevocation_StapledOcsp(offlineContext: False) #71037
Comments
Tagging subscribers to this area: @dotnet/ncl, @vcsjones Issue DetailsRun: runtime-libraries-coreclr outerloop 20220620.5 Failed test:
Error message:
|
Looks like duplicate of #70322 |
Actually, the duplicate is expected to be fixed since 6 days ago, so the failures should not be occuring anymore, thoughts? @bartonjs ? The line numbers in the callstack are different, which suggests it is still happening after the fix. |
@bartonjs not sure if you're back and if you had time to look at it? |
@rzikm mentions it is happening quite often -- let's disable the test for now on the affected 2 platforms. |
I don't currently have even the capacity to open a PR to disable the test. |
I will open a PR to disable the test on the affected platforms shortly. |
Failed again in: runtime-libraries-coreclr outerloop 20220628.3 Failed test:
Error message:
|
@bartonjs is it related to OCSP? Should it be looked at for 7.0? If yes, who should look? |
Test is disabled, so no need for "blocking-outerloop" anymore |
OK. So the problem is that in OpenSSL 1.0.2 the So I guess we can move it from SslCtxCreate to SslCreate. Doing it in both places as a quick test with X509 tracing on and some extra printing in this test shows that it makes Centos7 happy:
(OCSP ... 23 => "the certificate is revoked") Guess I'll put up a PR tomorrow. |
I personally feel it would be OK to skip tests/OCSP on 1.0.1. It is not supported anyway https://www.openssl.org/policies/releasestrat.html and the chance that somebody runs massive production servers on it is small IMHO. I did something similar for TLS resume to avoid weird behavior I was experiencing. |
Well, the server half of OCSP works fine on 1.0.x, it's the client half that doesn't. If it was the server half, I'd agree: move to new stuff. The client half I have a bit more sympathy for, I guess. And since it's just moving 3 lines down a bit, it's not too cumbersome. (If it was a lot of work, I'd be back at "eh, move to new stuff") |
Run: runtime-libraries-coreclr outerloop 20220620.5
Failed test:
Error message:
The text was updated successfully, but these errors were encountered: