bundler problem while upgrading Redmine
Added by Ivan Cenov about 11 years ago
Hi,
This is not related to Redmine 2.4.0; it used to happen on several upgrades till now. When running 'bundle install --without test development' following error appears:
Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://rubygems.org/gems/thin-1.6.1.gem) An error occurred while installing thin (1.6.1), and Bundler cannot continue. Make sure that `gem install thin -v '1.6.1'` succeeds before bundling.The error is not related to particular gem (thin here); it occurs for every gem that should be updated. Then when entering 'gem install thin -v '1.6.1'' at command line it succeeds. This way, however much slower, I updated Redmine. Did someone else experience such problem?
Replies (2)
RE: bundler problem while upgrading Redmine - Added by Scott H about 11 years ago
Earlier this week I was having trouble connecting to https://rubygems.org (which the gemfile uses) but could connect if I changed it to http://rubygems.org. Might be related, was only temporary though.
RE: bundler problem while upgrading Redmine - Added by Ivan Cenov about 11 years ago
yes, I saw answers at stackoverflow.com that suggest the same. Thanks.