-
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
System.Net.Security.Tests.SslStreamTlsResumeTests failing #103354
Comments
Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones |
hmm, looks like TLS Resume is not working on TLS 1.3 on Ubuntu 18.04? I will take a look |
@v-wenyuxu is it really the same issue? The test have been disabled, and I don't see this failure in the text of your comment. |
Added some debug print on the related platform and there seems to be something fishy happening in OpenSSL
|
The same tests work fine on Ubuntu 20.04 ARM, I believe this is due to a bug in OpenSSL, the version in 18.04 image is stuck on OpenSSL 1.1.1 (no letter in the version) and the image does not receive updates due to being out of support. I think we should keep the problematic combination disabled for this test. |
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=705166
Build error leg or test failing: System.Net.Security.Tests.SslStreamTlsResumeTests.ClientCert_DefaultValue_ResumeSucceeds
Pull request: #103159
Error Message
Fill the error message using step by step known issues guidance.
Mostly due to #102656
cc: @rzikm
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=705166
Error message validated:
[ClientCert_DefaultValue_ResumeSucceeds Assert.Equal() Failure: Values differ
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 6/13/2024 7:49:03 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: