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
{{ message }}
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
Is there any plans or interest in adding SOCKS proxies to hyper? Currently trying to use TOR results in a:
hyper.common.exceptions.ProxyError: Tunnel connection failed: 501 Tor is not an HTTP Proxy
as expected. I have put together some support for it using a modified version of https://github.com/mike820324/socks5 (due to mike820324/socks5#16). Is it worth improving this into a proper PR or is this outside the scope of hyper?
The text was updated successfully, but these errors were encountered:
A different route to try is https://github.com/encode/httpx/, which also doesn't have SOCKS5 support, but is being maintained. Hopefully they might implement it soon?
Is there any plans or interest in adding SOCKS proxies to hyper? Currently trying to use TOR results in a:
as expected. I have put together some support for it using a modified version of https://github.com/mike820324/socks5 (due to mike820324/socks5#16). Is it worth improving this into a proper PR or is this outside the scope of hyper?
The text was updated successfully, but these errors were encountered: