martinthomson / ohttp

Rust library for encapsulating HTTP messages in a cryptographic wrapper
Apache License 2.0
24 stars 18 forks source link

Avoid use_preconfigured_tls #20

Closed kgraney closed 2 years ago

kgraney commented 2 years ago

This method is more fragile than setting the root certificate directly using the reqwest::ClientBuilder method.