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

Excon::Errors::SocketError: Connection reset by peer (Errno::ECONNRESET) #786

Closed
ssa-wtag opened this issue Jun 22, 2022 · 2 comments
Closed

Comments

@ssa-wtag
Copy link

ssa-wtag commented Jun 22, 2022

When I give the following request, I get an error Excon::Errors::SocketError: Connection reset by peer (Errno::ECONNRESET).

Excon.new('https://SAF.app.radixx.com/SAF/Radixx.ConnectPoint/ConnectPoint.Security.svc', method: 'GET').request

Excon::Errors::SocketError: Connection reset by peer (Errno::ECONNRESET)
from .rbenv/versions/2.6.8/lib/ruby/2.6.0/openssl/buffering.rb:182:in `sysread_nonblock'

This endpoint works fine with Faraday, Net::HTTP, HTTPI gem... but only Excon is failing on this. Can you please take a look? Thanks a lot.

@ssa-wtag
Copy link
Author

When this PR gets merged #773, this issue will be automatically resolved.

@geemus
Copy link
Contributor

geemus commented Jun 22, 2022

Sounds like you figured out an issue with port inclusion, thanks for updating us here.

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