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
AFAIK HTTPX does not support SOCKS proxies yet so issues like this are to be expected.
The workaround you linked to bypasses the proxy part and instead makes a request over a SOCKS socket directly - it doesn’t seem to be the same thing, so I’m not surprised the workaround works while the proper proxy usage encounters issues.
Unless I’m missing something here, I’m tempted to close this as a duplicate of #203, which addresses SOCKS support. :)
I found sometime when i used http proxy (convert from socks5 by polipo) i got
ProxyError: 403 Forbidden port
.But when i directly use socks5 proxy by #203 (comment) all is OK.
The text was updated successfully, but these errors were encountered: