tenex/rails-assets

ssl verification is failing for https://rails-assets.org

danmoore2205 opened this issue · 3 comments

Hello,

I'm getting the following error when i bundle install

Retrying fetcher due to error (2/4): Bundler::Fetcher::CertificateFailureError Could not verify the SSL certificate for https://rails-assets.org/.
There is a chance you are experiencing a man-in-the-middle attack, but most likely your system doesn't have the CA certificates needed for verification. For information about OpenSSL certificates, see http://bit.ly/ruby-ssl. To connect without using SSL, edit your Gemfile sources and change 'https' to 'http'.

Gemfile:

group :production do
  gem 'rails-assets-airbrake-js-client', source: 'https://rails-assets.org'
end

Also when i visit https://rails-assets.org/ in my browser it complains the connection is not private.

Any help appreciated.

Thanks

The SSL cert has been invalid for the past hour and 10min as of the time of this message.
As discussed here: #416 (comment)
You can either set it to an insecure route if it's an emergency, otherwise it's best to wait for the SSL cert to be renewed rather than opening yourself up to Man-In-The-Middle attacks

Thanks for the info @timothyrobb

Resolved.