-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https proxy not working with Cro::HTTP::Client #116
Comments
Hi, Can you please provide some more information on how to reproduce your bug? |
I'm using Tor, and Privoxy for http(s) proxy. I should say that my proxy works with curl and mojo command line tool. Please tell me if you need more information. |
Any idea if your proxy supports HTTP 2? Can you try using |
Also, if you could set |
I don't know, but enabling HTTP/1.1 had no effect.
It hanged for a while after |
I tested the new proxy support, and https proxy doesn't seem to work.
Here is the code I tried:
Then I set HTTP_PROXY and HTTPS_PROXY to http://127.0.0.1:8118. The script hangs for a while and then prints
Buf:0x<>
.When I try http://httpbin.org/ip, it works correctly.
The text was updated successfully, but these errors were encountered: