RoR issue - SmallHappiness/WTFBook GitHub Wiki
Windows OS + 2.1.x Ruby
When Using "gem" to install package, occurs error message:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
- Download http://curl.haxx.se/ca/cacert.pem into C:\railsinstaller\cacert.pem
- Go to your Computer -> Advanced Settings -> Environment Variables
- Create a new System Variable:
- Variable: SSL_CERT_FILE
- Value: C:\RailsInstaller\cacert.pem