Closed
Description
See #129 for details, but custom/client certificate handling on macOS seems to be broken unless using the SocketsHttpHandler
.
In .NET Core 2.1 Preview 1, you can enable this using an environment variable. In Preview 2, you should be able to control this in code by running:
new HttpClient(new SocketsHttpHandler())
This issue is to track us making that change when .NET Core 2.1 Preview 2 ships.