moonrepo / proto

A pluggable multi-language version manager.
https://moonrepo.dev/proto
MIT License
631 stars 30 forks source link

fix: Fix some certificate issues. #559

Closed milesj closed 1 month ago

milesj commented 1 month ago

proto uses reqwest for HTTP, while WASM uses ureq. The former had certs setup but the latter did not. Hopefully this helps.