Troubleshooting SSL certificates, Ruby, Mac OS X Yosemite

左心房为你撑大大i 提交于 2019-11-29 17:28:21

In my case the problem was the following:

  • Ruby installed as a binary with RVM assumed OpenSSL is in /etc/openssl
  • OpenSSL had been installed with Homebrew to /usr/local/etc/openssl

=> Mismatch; and symlinking /etc/openssl -> /usr/local/etc/openssl did not help.

Compile RVM Ruby from sources: rvm install VERSION --disable-binary

After that, make sure your certificates are up-to-date: rvm osx-ssl-certs update

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!