Rails Assets and OpenSSL
Murk Fletcher
murk.fletcher at gmail.com
Wed Mar 30 09:41:11 UTC 2016
Hi!
Anybody here using http://rails-assets.org (to simplify JavaScript assets
in Rails) and know how to prevent this?
Simply renaming "https" to "http" didn't make a difference.
% bundle install
Fetching source index from https://rails-assets.tenex.tech/
Retrying source fetch due to error (2/3):
Bundler::Fetcher::CertificateFailureError Could not verify the SSL
certificate for https://rails-assets.tenex.tech/.
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
bit.ly/ruby-ssl. To connect without using SSL, edit your Gemfile sources
and change 'https' to 'http'.
Retrying source fetch due to error (3/3):
Bundler::Fetcher::CertificateFailureError Could not verify the SSL
certificate for https://rails-assets.tenex.tech/.
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
bit.ly/ruby-ssl. To connect without using SSL, edit your Gemfile sources
and change 'https' to 'http'.
Could not verify the SSL certificate for https://rails-assets.tenex.tech/.
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 bit.ly/ruby-ssl. To connect
without
using SSL, edit your Gemfile sources and change 'https' to 'http'.
Many thanks!
Murk
More information about the freebsd-questions
mailing list