Y
Hacker News
new
|
ask
|
show
|
jobs
by
moosingin3space
2613 days ago
Another fix could be to use Hyper with tokio-tls. Under the hood, that package uses Windows schannel, macOS SecureTransport, and a dynamically-linked openssl on everything else.
1 comments
littlestymaar
2612 days ago
It already uses `reqwest`, which uses schannel. See
https://news.ycombinator.com/item?id=19732721
link