-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I have been using stubr in my tests and wanted to switch to using the recording for more automated mocking.
My current problem is that I am trying to use the reqwest integration in conjunction with a test server with a self-signed certificate. Whenever I try to connect over TLS I get: "Http(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("...")), port: None, path: "/api/v2/auth/login", query: None, fragment: None }, source: hyper::Error(Connect, "unsuccessful tunnel") })" when using the proxy. (which is to be expected)
How would I be able to fix the problem?
Thanks for the great library, btw!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels