Skip to content

Consider using SocketsHttpHandler #130

Closed
@qmfrederik

Description

@qmfrederik

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions