-
Notifications
You must be signed in to change notification settings - Fork 427
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
Async https request from behind proxy fails. #223
Comments
sounds like a bug. will try to reproduce it until tomorrow
|
Hey benoitc, thanks for the quick response. Thanks again. |
Same result on ubuntu lts using hackney master. |
what is the proxy used? |
Mitmproxy or any regular squidproxy setup. |
Hey benoitc, any updates on this? |
@cs-codesocial i will release hackney 1.3.2 tomorrow that should fix it. |
Erlang 18.0 / Elixir 1.0.5
:hackney.request(:get, "https://example.com", ["Connection": "keep-alive"], [], [:async, insecure: true, proxy: "http://127.0.0.1:9001"])
Is this supported? Or am I doing something wrong here?
Thanks
The text was updated successfully, but these errors were encountered: