OS: Ubuntu 20.04
While following RVM: Ruby Version Manager — Installing RVM to install RVM, got the following error:
curl: (77) error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
I tried a few ways around, but didn’t fix. Finally this one works for me.
$ sudo apt reinstall ca-certificates
$…