Hacker News new | ask | show | jobs
by windwake12 2607 days ago
According to Google/SO curl can indeed be built/configured to use the Windows cert store, seems that would be a better fix?
1 comments

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.
It already uses `reqwest`, which uses schannel. See https://news.ycombinator.com/item?id=19732721