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?
Asked
Active
Viewed 60 times
0
-
Welcome to SO. It's recommended to provide your error messages in text format, not the image. – Uzbekjon Oct 25 '16 at 08:21
1 Answers
0
Seems like your SSL certificate files are not up to date. This gist explains how to update them.
Quick steps:
- Download cacert.pem file
http://curl.haxx.se/ca/cacert.pem
. - 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