Could not verify the SSL certificate for https://rails-assets.org/.

Wajeeh Ahsan
1 min readFeb 18, 2020

--

If you’re running bundle install for your rails app and it aborts the process with the following erro:

Could not verify the SSL certificate for https://rails-assets.org/.

Simply jump to your Gemfile and replace the line:

source 'https://rails-assets.org' do  gem 'rails-assets-matchheight'end

Withe following line:

source ‘http://insecure.rails-assets.org' do gem ‘rails-assets-matchheight’end

Run budle again and Done

--

--

Wajeeh Ahsan
Wajeeh Ahsan

No responses yet