Radek Zikmund
Radek Zikmund
Added some debug print on the related platform and there seems to be something fishy happening in OpenSSL ``` helixbot@77d5709caac1:/test$ ./dotnet exec --runtimeconfig System.Net.Security.Tests.runtimeconfig.json --depsfile System.Net.Security.Tests.deps.json xunit.console.dll System.Net.Security.Tests.dll -xml testResults.xml...
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...
System.Net.Security.Tests.SslStreamTlsResumeTests.ClientDisableTlsResume_Succeeds failing on windows
Duplicate of https://github.com/dotnet/runtime/issues/103449
I was able to track down the issue to the difference in handling DNS errors between glibc vs musl-libc distributions. The DNS server used to resolve names in CI (and...
The reason for server failing to serve AAAA record for `revoked.badssl.com` is a mystery to me, but since both the website and the DNS server is outside our immediate scope...
Shraring some info discovered internally: The authoritative DNS servers for revoked.badssl.com are returning an SOA for badssl.com when queried for type AAAA. This is technically not valid, as the server...
Hi, how did you end up in this situation? were you following a tutorial or something? The information you shared is not actionable for us without knowing more about the...
This issue is still open and we will look into it, I closed the other issue you opened because it is a duplicate of this one.
The exception is supposed to be thrown, and wrapped in `AggregateException` and caught in the catch block in the code example. When you run the code, is the output of...
Stopped happening, likely fixed by https://github.com/dotnet/runtime/pull/115366 or https://github.com/dotnet/runtime/pull/115722