On Wed, 30 Mar 2016 at 17:34:16 +0200, Murk Fletcher wrote:
> 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/.

It looks like that site is using Let's Encrypt, and LE's
cross-signing root was added to /etc/ssl/cert.pem 9 months ago.
You could just fetch an updated version and install it there, which
Ruby is looking at.

http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/lib/libcrypto/cert.pem?rev=1.11&content-type=text/plain

Reply via email to