source: hyper::Error(Connect, "invalid URL, scheme is not http") } and OPEN SSL rust reqwest #2161
Unanswered
LuWroblewski
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If you remove the default options, then reqwest does not have HTTPS support. You need to enable one of the TLS features. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I using reqwest and cargo lambda builda i having problem in cargo toml
My endpoint on code is
But if not removed i can build and deploy but have this problem on cloudwatch on AWS And testing on INSOMINIA don't work
'Error sending request: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("api.pipefy.com")), port: None, path: "/graphql", query: None, fragment: None }, source: hyper::Error(Connect, "invalid URL, scheme is not http") }'
I tested using "rustls-tls" on features but not work
Beta Was this translation helpful? Give feedback.
All reactions