Curl Certificate Error when Using RVM to install Ruby 1.9.2

In case any one else comes across this while trying to update to 1.9.3 (although version probably doesn’t matter), check the version of rvm that you have. Wayne seems to have moved from rvm.beginrescueend.com to rvm.io. The old site’s security certificate has expired, so curl’s response is correct.

Updating rvm from the new site fixed this problem and allowed me to move forward.

$ \curl -L https://get.rvm.io | bash -s stable --rails --autolibs=enabled

Update: As @rodgerdpack mentioned, the command changes and I’ve updated the above. In general, see https://rvm.io/ for the latest.

Leave a Comment