Skip to content
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

How to initiate a request using a socks5 proxy with authentication? #750

Open
ljh740 opened this issue Jul 17, 2024 · 3 comments
Open

How to initiate a request using a socks5 proxy with authentication? #750

ljh740 opened this issue Jul 17, 2024 · 3 comments

Comments

@ljh740
Copy link

ljh740 commented Jul 17, 2024

ex: user:[email protected]:10086
type: socks5

Proxy.socksServer(host: "127.0.0.1", port: 10086)

Unable to set authentication information

@Lukasa
Copy link
Collaborator

Lukasa commented Jul 17, 2024

Async HTTP Client doesn't currently support SOCKS5 authentication, because the upstream SOCKS support doesn't either. We'd need a fix upstream to add that support before we could add it here.

@ljh740
Copy link
Author

ljh740 commented Jul 18, 2024

Async HTTP Client doesn't currently support SOCKS5 authentication, because the upstream SOCKS support doesn't either. We'd need a fix upstream to add that support before we could add it here.

Any plans to update it in the near future?

@Lukasa
Copy link
Collaborator

Lukasa commented Jul 18, 2024

I don't believe we have any plans to, but you'd be welcome to file an issue or tackle it yourself! We'd happily review any changes needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants