runtime: [Fedora.27] Test failures: System.Net.Http.Functional / * - unsupported libcurl (7.55.1) and its SSL backend (\"OpenSSL/1.1.0g\")
Test pass on Fedora are failing for certificate and SSL:
Assert.Throws() Failure
Expected: typeof(System.Net.Http.HttpRequestException)
Actual: typeof(System.PlatformNotSupportedException): The handler does not support custom handling of certificates with this combination of libcurl (7.55.1) and its SSL backend (\"OpenSSL/1.1.0g\").
Affected tests: 23
History of failures
Day | Build | Details |
---|---|---|
2/2 | 20180202.05 | 23x - link |
2/2 | e328a11841e2c7cc34d6cba6925aaadaa6549721 | 2x - link |
2/3 | 20180203.01 | 23x - link |
2/3 | 20180203.03 | 23x - link |
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 20 (18 by maintainers)
Commits related to this issue
- Disable Net.Http tests failing in Fedora.27 (#26835) * Disable Net.Http tests failing in Fedora.27 (#26803) * Adding comments for when tracking issue is fixed. — committed to dotnet/corefx by deleted user 6 years ago
- Proper check for OpenSSL version in System.Net.Http.Tests (#26873) Disable the tests affected by #26803 in the correct way so tests are skipped only when needed. — committed to dotnet/corefx by deleted user 6 years ago
@arleyschrock curl is no longer used (by default) in 2.1, there is a managed http client implementation https://blogs.msdn.microsoft.com/dotnet/2018/04/11/announcing-net-core-2-1-preview-2/
ok, I will implement proper test skipping for this case instead of the broad emergencial fix that is place right now.