Importing a Self-signed Cert for a Rust reqwest HTTP client
Apr 20, 2024 · 4 min read · I have set up a HTTP server with TLS using rust and a self-signed certification. It works fine when I import the cert and test the APIs in Postman. However, I got into trouble when writing a HTTP client using the rust library reqwest. This is a note ...
Join discussion