0

Screen print of error

I'm getting this error while installing the ruby gem! I tried finding gem source file but it's no use! Can you tell me how to get those certificates installed in my computer?

Anand Bhat
  • 5,591
  • 26
  • 30

1 Answers1

0

Seems like your SSL certificate files are not up to date. This gist explains how to update them.


Quick steps:

  1. Download cacert.pem file http://curl.haxx.se/ca/cacert.pem.
  2. Let Ruby know about these certificates by setting an environment variable that points to this file SSL_CERT_FILE=C:\path\to\cacert.pem.
Uzbekjon
  • 11,655
  • 3
  • 37
  • 54