-
Notifications
You must be signed in to change notification settings - Fork 1
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
--proxy doesn't work with SOCKS5 proxy #13
Comments
It looks like that library is for HTTP proxies. Square peg, round hole. You will need to either use an HTTP proxy, or use a library that is for SOCKS proxies. |
@kazcw do you think it's possible to send SMTP via an HTTP proxy? |
@yegor256 That's what camertron/net-smtp-proxy is:
|
@kazcw it seems that Maybe the problem is in this line: https://github.com/camertron/net-smtp-proxy/blob/master/lib/net/smtp/proxy.rb#L27 It doesn't use the prefix of the proxy (like |
@rultor release, tag is |
Job |
This job is not in scope |
I'm trying to send an email via Gmail SMTP and can't do that. The authentication doesn't go through. I reported to the gem we are using, but no response so far: camertron/net-smtp-proxy#2 Also asked in SO: https://stackoverflow.com/questions/55287305/cant-send-smtp-via-socks-proxy-authentication-required
The list of SOCKS5 proxies can be found, for example, here: http://free-proxy.cz/en/proxylist/country/all/socks5/ping/all
Tried with a bounty: https://www.bountysource.com/issues/71936008-proxy-doesn-t-work-with-socks5-proxy
The text was updated successfully, but these errors were encountered: