Plugin install failed even with 'no-verify'

Not sure if I got the syntax right, but

# bin/logstash-plugin install logstash-filter-tld
ERROR: Something went wrong when installing logstash-filter-tld, message: certificate verify failed

 # bin/logstash-plugin install --no-verify logstash-filter-tld
ERROR: Something went wrong when installing logstash-filter-tld, message: certificate verify failed

Suggestions?

If I have to request some sort of firewall exception, is it only to artifacts.elastic.co or do I need to include other domains?

Also, (and this may be a silly question) I'm doing this while LS is not running. Should I start LS before running this command?

Thanks

1 Like

Works on "Ubuntu 16.04.3 LTS"

# /usr/share/logstash/bin/logstash-plugin install logstash-filter-tld
Validating logstash-filter-tld
Installing logstash-filter-tld
WARNING: can not set Session#timeout=(0) no session context
Installation successful

Other attempt is on CentOS release 6.9 (Final) where it does not work.

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