法拉第:: SSLError:SSL_connect SYSCALL返回= 5 errno = 0 state = SSLv2 / v3 read sever hello A on rails and google drive gem

时间:2017-03-14 06:27:06

标签: ruby-on-rails openssl google-drive-realtime-api

我使用" google-drive-ruby"在Windows和rails上遇到问题宝石,当我尝试做#34;代表你"授权,在初始化config.json并在控制台中运行session = GoogleDrive :: Session.from_config(" config.json")后,会给我一个URL,允许使用我的google驱动器和google docs作为回应谷歌给了我一个代码,我在我的控制台中复制和粘贴,期望我的config.json必须被重写,而不是我有以下错误。

Faraday :: SSLError:SSL_connect SYSCALL返回= 5 errno = 0 state = SSLv2 / v3 read se rver你好A

有没有人有这个问题的答案?,我的ruby版本是ruby 2.0.0p643(2015-02-25)[x64-mingw32]我在ruby上的OpenSSL版本是OpenSSL 1.0.0o 2014年10月15日

1 个答案:

答案 0 :(得分:0)

Faraday Error Connection Failed

如本文所述,通过更改ssl version找到了解决方案。如果这不是正确的解决方案,那么还有一个很好的github讨论,并展示了几个解决方案。

https://github.com/rubygems/rubygems/issues/515

讨论谷歌群组

https://groups.google.com/forum/#!topic/adwords-api/02rwXWi5NoM

Windows的相同错误 https://github.com/gimite/google-drive-ruby/issues/239