sferik / twitter-ruby

A Ruby interface to the Twitter API.
http://www.rubydoc.info/gems/twitter
MIT License
4.59k stars 1.31k forks source link

HTTP::ConnectionError: failed to connect: Connection reset by peer - SSL_connect #992

Closed wonderer007 closed 11 months ago

wonderer007 commented 3 years ago

I am trying to upload a video file (in development mode), I often get this error while uploading video file

HTTP::ConnectionError: failed to connect: Connection reset by peer - SSL_connect

My assumption is this error won't occur in production when I have SSL.

lachlansimpson commented 3 years ago

I'm seeing a lot of #<HTTP::ConnectionError: error reading from socket: Connection reset by peer> so maybe it's deeper?