-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Authentication Socket syntax #26
Comments
Hi @MatzFan! You can easily set up a local SOCKS proxy with authentication on any Linux server using via SSH. I've tailored these instructions for Ubuntu:
This can also be done without using a VPS, if you run an ssh server on your local machine instead. It could be done with Github Actions I imagine too. I hope this helps! Would love to see this merged as it's also blocking lostisland/faraday pull #992. Thank you for taking over this repo as maintainer! |
Thanks @kornate, I'll look into doing this in Github actions and try and get a release out with authentication tested. |
I'm trying to connect to a socks5 proxy that requires credentials. I'm using socksify-ruby but can't stop receiving this error
From what I read it's an authentication issue but I am unable to find the right syntax.
Currently I'm trying this:
I believe this is already supported however I would like if someone could tell me a request example
Thanks in advance
The text was updated successfully, but these errors were encountered: