在Windows 7 64位上的Ruby中的SSL错误

时间:2015-06-19 16:15:26

标签: ruby ssl

当我尝试连接到WSDL(我正在编写客户端以连接到WSDL)时,我收到以下错误:

>/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/httpi-2.0.2/lib/httpi/adapter/net_http.rb:36:in `rescue in request': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (HTTPI::SSLError)

Ruby版本:2.1,Windows 7 64位操作系统。以下是我试过的选项

1. I tried changing source to http://rubygems.org/ instead of https://rubygems.org/ as suggested in some posts..

2. I updated gem version to 2.2.3 
3. Added Cacert.pem

这些都没有帮助..

你能让我知道如何解决这个问题吗? 过去几天坚持这个问题。 感谢帮助

0 个答案:

没有答案