Hi!

Anybody here using http://rails-assets.org (to simplify JavaScript assets
in Rails) and know how to prevent the following error?

Simply renaming "https" to "http" makes no 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'.

In FreeBSD I can `pkg install ca_root_nss`, but what about OpenBSD?

Many thanks!

Murk

Reply via email to