You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the root-cause remains unclear, this is where the error is pointing at on the Netty's code base [1].
This could be give you a pointer to start with.
And the response means the same authentification methods are not used between Netty and curl.
What are you receiving back as an HTTP response from the CURL command?
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)
(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: