
Ich nehme an einem Kurs zur Entwicklung von Webanwendungen auf Coursera teil, für den ich Ruby und Rails installieren muss. Ich folge den Anweisungen unterhttps://class.coursera.org/webapplications-002/forum/thread?thread_id=51
Wenn ich den Befehl ausführe sudo curl -L https://get.rvm.io | bash -s stable --ruby
, erhalte ich die folgende Fehlerantwort:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 184 100 184 0 0 988 0 --:--:-- --:--:-- --:--:-- 1383
100 20758 100 20758 0 0 35274 0 --:--:-- --:--:-- --:--:-- 35274
Downloading https://github.com/wayneeseguin/rvm/archive/stable.tar.gz
curl: (77) error setting certificate verify locations:
CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
It looks like you have old certificates, you can read more about it here:
https://rvm.io/support/fixing-broken-ssl-certificates/
Downloading https://bitbucket.org/mpapis/rvm/get/stable.tar.gz
curl: (77) error setting certificate verify locations:
CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
It looks like you have old certificates, you can read more about it here:
https://rvm.io/support/fixing-broken-ssl-certificates/
Wenn ich nach diesem Fehler googele, scheint es, dass er nur bei 12.04 auftritt. Ich habe noch keine Lösung gefunden. Irgendwelche Vorschläge, wie ich weiter vorgehen soll? Wie man daran erkennen kann, dass ich an einem Einführungskurs bei Coursera teilnehme, bin ich ein völliger Neuling in Sachen Webserver-Anwendungen.
Dank im Voraus!