gpt4 book ai didi

ruby - SSLv3 读取服务器证书 B:证书验证失败(Twitter::Error)

转载 作者:数据小太阳 更新时间:2023-10-29 07:17:45 27 4
gpt4 key购买 nike

我收到了这个错误信息:

twitter/rest/client.rb:96:in 'rescue in request' ssl_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (Twitter::Error)

我的代码是:

require 'twitter'
client = Twitter::REST::Client.new do |config|
config.consumer_key = "xxxx" #removed for posting
config.consumer_secret = "xxxx" #removed for posting
config.access_token = "xxxx" #removed for posting
config.access_token_secret = "xxxx" #removed for posting
end
client.status(27558893223)

我正在使用 Windows 7 和 Ruby 1.9.3。我已经安装了最新的证书并将我的 ruby​​ gems 更新到最新版本。

我试过了http://railsapps.github.io/openssl-certificate-verify-failed.htmlhttps://gist.github.com/fnichol/867550已经并且能够安装那里提到的所有内容,但错误仍然存​​在。

最佳答案

这就是解决这个问题的方法是 Windows

首先下载 .perm 文件,然后在命令提示符下设置 SSL_CERT_FILE,如下所示:SSL_CERT_FILE=C:\my_path\to.pem

https://gist.github.com/fnichol/867550

关于ruby - SSLv3 读取服务器证书 B:证书验证失败(Twitter::Error),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22611185/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com