-
Notifications
You must be signed in to change notification settings - Fork 981
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
Faraday and socks proxy with auth supporting #787
Comments
I was able to fix it by monkey patching Faraday::Adapter::NetHttp, but I am not sure that was the best decision |
Hi @yarafan, thanks for reporting. |
i use gem 'socksify'
|
@yarafan I see, so basically I'll update the title and label the Issue, if anyone needs to use socks proxies before then, they can use your monkey-patch |
Add authentication support to Net::HTTP.SOCKSProxy |
I am looking for doing exactly this |
Good job @yarafan |
Hi there. What's the status about this feature ? Is it still under development ? |
@gcolson yes @technoweenie did most of the job already 🎉 |
Basic Info
Issue description
Using socks proxy with auth leads to Faraday::ConnectionFailed: end of file reached
Steps to reproduce
Initialize Faraday
and make any request
The text was updated successfully, but these errors were encountered: