geode-sdk / cli

Command-line utilities for working w/ geode
Boost Software License 1.0
24 stars 21 forks source link

use rustls native certs in `reqwest` #60

Closed pauliesnug closed 2 months ago

pauliesnug commented 2 months ago

this allows for standards such as TLS 1.3 to be supported consistently across all platforms, while still using the system's certificate store to recieve important security updates - regardless of what we do upstream

pauliesnug commented 2 months ago

this can also be ported over to geode-sdk/server. i can do it if you want :3

pauliesnug commented 2 months ago

oops