Bin/logstash-plugin not using private artifactory

$ cat logstash/Gemfile | grep source
source "http://artifactory.myserver.com/artifactory/api/gems/ruby-repos/"
$ PATH=/home/smbullet/logstash/vendor/jruby/bin:$PATH logstash/bin/logstash-plugin install logstash-filter-myfilter
ERROR: Something went wrong when installing logstash-filter-myfilter, message: Failed to open TCP connection to artifacts.elastic.co:443 (execution expired)

It seems logstash-plugin isn't trying to use my private artifactory but instead artifacts.elastic.co. Is there anything else I should be updating other than the gem source to get this to work?

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