Problem with Logstash SSL

Did you use IPs or localhost when you created the cert... use the same in the setting

hosts => ["https://localhost:9200"]

Note my example

    hosts => ["https://10.168.0.116:9200"]

This may be an issues with your SSL Setup on the Box...

There was also a thread on this here