Estou fazendo um curso de desenvolvimento de aplicativos da Web no Coursera que requer que eu instale o Ruby e o Rails. Estou seguindo as instruções no link
Quando executo o comando sudo curl -L https://get.rvm.io | bash -s stable --ruby
, recebo a seguinte resposta de erro:
% 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/
Pesquisando esse erro, parece que isso é específico para 12.04. Ainda não encontrei uma solução. Alguma sugestão de como proceder? Como pode ser avaliado pelo fato de que estou fazendo uma aula introdutória no coursera, sou completamente novo em aplicativos de servidor da Web.
Obrigado antecipadamente!