tink_http icon indicating copy to clipboard operation
tink_http copied to clipboard

Expose client certificate handling.

Open back2dos opened this issue 4 years ago • 1 comments

Some option is needed to allow e.g. self signed certificates in fetch or at least in NodeClient, otherwise it's pretty hard to do HTTPS with localhost.

back2dos avatar Oct 27 '21 10:10 back2dos

One can now provide a custom Agent to NodeClient, does that fit your need?

https://github.com/haxetink/tink_http/blob/fdbd88cb045aff7eb6fe4b92b5c75f490f2d2baa/src/tink/http/clients/NodeClient.hx#L24

kevinresol avatar Oct 27 '21 11:10 kevinresol