Using HTTPS #199
Replies: 2 comments 12 replies
-
I'm doing some investigation into getting |
Beta Was this translation helpful? Give feedback.
-
reqwest should work with rustls... not sure what's the blocker there since the sockaddr_in issue is resolved now, i'll check back when i got some time, but yeah |
Beta Was this translation helpful? Give feedback.
-
I'd like to perform an HTTPS request to an API somewhere from my code.
I've already tried using HTTP over TCP manually to avoid diving into SSL/TLS and external crates/libraries, but the API unfortunately requires HTTPS.
I've considered & tried the following:
(Note that I've already tried the different backend crate features for the crates I've mentioned)
Does anyone have any ideas/suggestions? Help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions