0
我跟着這個鏈接,安裝RVM https://rvm.io/rvm/install/如何在CentOS 5.5中安裝RVM?
然後給了命令\curl -L https://get.rvm.io | bash -s stable
我收到以下錯誤,
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 185 100 185 0 0 105 0 0:00:01 0:00:01 --:--:-- 0
curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). The default
bundle is named curl-ca-bundle.crt; you can specify an alternate file
using the --cacert option.If this HTTPS server uses a certificate signed
by a CA represented in the bundle, the certificate verification probably
failed due to a problem with the certificate (it might be expired,
or the name might not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
誰能幫我解決這個問題?
或者比任何一個更好的安裝手冊,安裝RVM在CentOS5.5?
嘗試curl -k -L https://get.rvm.io | bash -s stable – cggaurav
-1就像在錯誤文本中複製的問題一樣,它清楚地解釋了1)發生了什麼,2)解釋瞭如何解決問題。 – fvu
嘗試curl -k -L get.rvm.io | bash -s stable仍然得到相同的錯誤 – Prince