Ruby on rails Rails SSL证书问题+来自RVM的神秘“curl:远程文件名没有长度!”

Ruby on rails Rails SSL证书问题+来自RVM的神秘“curl:远程文件名没有长度!”,ruby-on-rails,curl,ssl,rvm,Ruby On Rails,Curl,Ssl,Rvm,我的rails应用程序似乎一直在运行,直到它从Soundcloud接收到OAuth回调。就在那一刻,我得到: Faraday::SSLError SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed 因此,我尝试使用rvm更新mac上的ssl证书: rvm osx-ssl-certs update all 但我得到了以下奇怪的结果: rvm osx-ss

我的rails应用程序似乎一直在运行,直到它从Soundcloud接收到OAuth回调。就在那一刻,我得到:

Faraday::SSLError
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
因此,我尝试使用rvm更新mac上的ssl证书:

rvm osx-ssl-certs update all 
但我得到了以下奇怪的结果:

rvm osx-ssl-certs update all 
curl: Remote file name has no length!
curl: try 'curl --help' or 'curl --manual' for more information
curl: Remote file name has no length!
curl: try 'curl --help' or 'curl --manual' for more information
curl: Remote file name has no length!
curl: try 'curl --help' or 'curl --manual' for more information
curl: Remote file name has no length!
curl: try 'curl --help' or 'curl --manual' for more information
curl: Remote file name has no length!
curl: try 'curl --help' or 'curl --manual' for more information
curl: Remote file name has no length!
curl: try 'curl --help' or 'curl --manual' for more information
Updating certificates for /System/Library/OpenSSL/cert.pem: Already are up to date.
Updating certificates for /usr/local/etc/openssl/cert.pem: Already are up to date.
Updating certificates for /etc/openssl/cert.pem: Already are up to date.
我猜证书下载失败是因为错误仍然存在

我可能会在“curl失败”一节中找到解决方案的开头,“curl是”?!当然,但我不知道如何应用它

为什么curl会显示此消息?有人知道怎么解决吗?

多亏了


要解决它:rvm get head

解决了法拉第::SSLError,这要归功于,但是curl:Remote文件名没有长度!警告仍然存在。。。