Closed dcaliri closed 10 years ago
I am having the same error.
Something similar happens with mercadopago-sdk
Faraday seems to have a better support for SSL, so I changed the HTTP client used by the gem.
@dcaliri, @jgnatch, please check 06f593994e6370d96c20c1a50547540a9e233ba7 to see if you can get things working and then I will release a new version.
Just ran into the same issue.
It seems to be fixed in master @ 06f593994e6370d96c20c1a50547540a9e233ba7
Thanks!
NoMethodError: undefined method `response' for #<Errno::ECONNRESET: Connection reset by peer - SSL_connect>
I've tried with the following versions:
ruby-1.9.3-p448 ruby-2.0.0-p247
Also cloned the repo and all tests fail on those versions.
I've tried on a STAGING server and didn't had that problem.