-
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
System.Net.Security.Tests.ApmSslStreamSystemDefaultTest.ClientAndServer_OneOrBothUseDefault_Ok(clientProtocols: Tls12, serverProtocols: null) #32749
Comments
How do we run this test locally since it is using 'mono'?
|
Build libraries and specify /p:RuntimeFlavor=Mono. Specify that property as well when you invoke the test. |
why is the last failure here @v-haren? It is different test as well as the stack trace is different. Any thought on "Interop+OpenSsl+SslException : Using SSL certificate failed with OpenSSL error - ee key too small." @bartonjs ? This is the test I added recently using CertificateAuthority from crypto. |
Debian 10 has some config entries that make TLS have some stronger requirements. Parameterize the keysize for the keygen in the private PKI builder, use 2048 for the TLS tests. |
It also failed recently on Windows with CoreCLR.
or
this looks like dup of #34337 |
Test failure as just happened in CI: https://dnceng.visualstudio.com/public/_build/results?buildId=518950&view=ms.vss-test-web.build-test-results-tab&runId=16408998&paneView=debug&resultId=157151
System.Net.Security.Tests.ApmSslStreamSystemDefaultTest.ClientAndServer_OneOrBothUseDefault_Ok(clientProtocols: Tls12, serverProtocols: null)
Configuration:
netcoreapp5.0-Linux-Release-x64-Mono_release-(Fedora.30.Amd64.Open)ubuntu.1604.amd64.open@mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-30-helix-4f8cef7-20200121150022
cc @dotnet/ncl
The text was updated successfully, but these errors were encountered: