Bypassing SSL certificate checks during gem installation
To skip SSL certificate checks during gem installation (either gem install or bundle install), add this to your .gemrc:
:ssl_verify_mode: 0
Or use only non HTTPS gem sources in your Gemfile. i.e.:
source 'http://rubygems.org'
instead of:
source 'https://rubygems.org'
Written by Dharampal H S
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ruby
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#