简体   繁体   English

http 方:`connect':连接由对等方重置 - SSL_connect (Errno::ECONNRESET)

[英]http party: `connect': Connection reset by peer - SSL_connect (Errno::ECONNRESET)

I am using Rails 3, Ruby 1.9.3, Linux OpenSUSE我正在使用 Rails 3、Ruby 1.9.3、Linux OpenSUSE

Using HTTParty gem, I am calling https url but it throws following error.使用 HTTParty gem,我正在调用 https url,但它会引发以下错误。

`connect': Connection reset by peer - SSL_connect (Errno::ECONNRESET) `connect': 连接由对等方重置 - SSL_connect (Errno::ECONNRESET)

Can someone guide on this ?有人可以指导一下吗?

It is not a bug in Httparty, it is due to a bug in Apache/Tomcat and Macs running updated versions of OpenSSL.这不是 Httparty 中的错误,而是由于运行 OpenSSL 更新版本的 Apache/Tomcat 和 Mac 中的错误。

see this link to know about this bug, and refer this post for the solution.请参阅此链接以了解此错误,并参阅此帖子以获取解决方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Redis / SideKiq / Rails连接被同级重置-SSL_connect - Redis/SideKiq/Rails Connection reset by peer - SSL_connect 连接重置连接 - 打开URL时SSL_connect - Connection reset by peer - SSL_connect when opening a URL Errno :: ECONNRESET:对等重置连接 - Errno::ECONNRESET: Connection reset by peer 通过对等方重置连接 - 将文件上载到另一个应用程序时出现SSL_connect错误 - Getting Connection reset by peer - SSL_connect error while uploading file to another app Rails 3.0发送电子邮件错误:Errno :: ECONNRESET(对等连接重置) - Rails 3.0 Sending Email Error: Errno::ECONNRESET (Connection reset by peer) HTTParty read_nonblock连接由对等Errno :: ECONNRESET重置 - HTTParty read_nonblock connection reset by peer Errno::ECONNRESET Errno::ECONNRESET:Rails 中的对等方使用 rest-client 重置连接 - Errno::ECONNRESET: Connection reset by peer in Rails using rest-client Activemerchant SSL_connect返回= 1 errno = 0状态= SSLv3 - Activemerchant SSL_connect returned=1 errno=0 state=SSLv3 Jekyll 错误 Errno::ECONNRESET: 连接由 peer @ io_fillbuf 重置 - fd:17 - Jekyll ERROR Errno::ECONNRESET: Connection reset by peer @ io_fillbuf - fd:17 rails db:migrate导致Errno :: ECONNRESET,在capistrano部署期间由对等方重置连接 - rails db:migrate causing Errno::ECONNRESET, Connection reset by peer during capistrano deployment
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM