redmine_ckeditor
redmine_ckeditor copied to clipboard
SSL certificate problem
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
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
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.