gpt4 book ai didi

ruby - 将 https 用于 ruby​​gems 时出现 SSL 连接问题

转载 作者:太空宇宙 更新时间:2023-11-03 14:42:02 24 4
gpt4 key购买 nike

突然间,做完后只能安装gems

> gem sources --remove https://rubygems.org/
> gem sources --add http://rubygems.org/

源为 https,错误为 Error fetching https://rubygems.org/:
SSL_connect returned=1 errno=0 state=error: 证书验证失败 (https://api.rubygems.org/specs.4.8.gz)

但是,我更新了我的证书,rvm osx-ssl-certs status all 返回了

Certificates for /opt/local/etc/openssl/cert.pem: Up to date.
Certificates for /etc/openssl/cert.pem: Up to date.
Certificates for /usr/local/etc/openssl/cert.pem: Up to date.

我在 OS X Yosemite 10.10.5、Ruby 2.3.0、RVM 1.29.0、openssl 1.0.11 上

最佳答案

for anyone else experiencing this, here is a solution that helped me

$ brew update && brew install openssl
$ cd /usr/local/etc/openssl/certs
$ curl -O http://curl.haxx.se/ca/cacert.pem
$ mv cacert.pem cert.pem
$ /usr/local/opt/openssl/bin/c_rehash

关于ruby - 将 https 用于 ruby​​gems 时出现 SSL 连接问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42262513/

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