-
Notifications
You must be signed in to change notification settings - Fork 239
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
Proxy through connection pool raised an error #740
Comments
While the root-cause remains unclear, this is where the error is pointing at on the Netty's code base [1]. |
And the response means the same authentification methods are not used between Netty and curl. |
There is no auth config in the proxy. So curl spat out the correct HTML response. I am not sure if the 'proxy' path of the connection pool is in working state or not. Also it seems not to support noop for DNS lookup for Socks5h requests(when I looked it, I didn't find one) Thanks |
@ozjongwon Could you try again with Aleph 0.8.3? That version includes a fix for the HTTP client's proxy support. While we've so far only tested this with HTTP proxies, it could just as well apply to SOCKS proxies (there was a pipeline handler ordering issue). |
(Equivalent?) curl command works.
curl --verbose --proxy socks5://127.0.0.1:9050 https://check.torproject.org
Can anyone point why it happens and how to fix?
Thanks!
The text was updated successfully, but these errors were encountered: