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

Most upvoted comments

@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.