Logstash plugins rubygems ssl errors

Anyone else had this problem?

/usr/share/logstash/bin/logstash-plugin install logstash-filter-geoip
Validating logstash-filter-geoip
Unable to download data from https://rubygems.org - certificate verify failed (https://api.rubygems.org/latest_specs.4.8.gz)
ERROR: Installation aborted, verification failed for logstash-filter-geoip

I followed this http://guides.rubygems.org/ssl-certificate-update/#manual-solution-to-ssl-issue

... and still getting the issue.

Appreciate the help!!

Whoops nevermind I thought I had added our CERT fo ca-certificates I guess not (we are behind ssl intercept)

Anyone else needs to do this add your crt to

mkdir your crt foldername in /usr/local/share/ca-certificates
and copy your crt into it
chmod the folder to 755 and the file to 644

run update-ca-certificates

voila!

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.