Verify the SSL certificate for https://rubygems.org/
Created by: Torxed
The following should produce the desired installation process:
[git@host gitlab]$ bundle install --deployment --without development test mysql
Instead I get this:
Fetching source index from https://rubygems.org/
Could not verify the SSL certificate for https://rubygems.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 bit.ly/ruby-ssl.
To connect without using SSL, edit your Gemfile sources and change 'https' to 'http'.
Editing config/Gemfile
and changing from https://
to http://
works as a temporary fix but perhaps someone could shed some light on this or fix this?
(wrong forum but) I've never liked Ruby and am only forced to install it due to this lovely project. Hence I have no clue in which direction to go on about addressing this Ruby issue but this felt like a good start.