redmine_ckeditor icon indicating copy to clipboard operation
redmine_ckeditor copied to clipboard

SSL certificate problem

Open MarioPuskaric opened this issue 8 years ago • 2 comments

When I try to install: bundle install --no-deployment --without development test I got error: Fetching https://github.com/a-ono/rich.git fatal: unable to access 'https://github.com/a-ono/rich.git/': SSL certificate problem: self signed certificate in certificate chain

I'm using bitnami VM: Redmine 3.3.1

MarioPuskaric avatar Nov 23 '16 22:11 MarioPuskaric

Hi Mario

this is not a plugin related issue. Please follow the instruction on this site: http://guides.rubygems.org/ssl-certificate-update/

EDIT: try to run: gem update bundler

Regards

fishermans avatar Nov 30 '16 17:11 fishermans

Thx fishermans

I'll already try that, it didn't help me. (but I'm noob in this and I've tried many things in parallel so I'm not sure did I do everything like I should)

But I finally installed it with workaround: GIT_SSL_NO_VERIFY=true bundle install --deployment

Of course, I would like to solve it in the right way (not turning off SSL), especially because my firewall reported during installation: resource: http://rubygems.org/gems/climate_control-0.0.3.gem;scan result: Infected

BTW I installed 7 Redmine plugins and I only have this "self signed certificate" error with CKEditor.

PS. I love this plugin, and just for the record, I wouldn't be using Redmine if there are no this plugin.

MarioPuskaric avatar Dec 02 '16 11:12 MarioPuskaric