I have an es_client (java/dropwizard) application. It communicates with the elastic search just fine over plain text connection.
I have followed the instructions at https://github.com/sonian/elasticsearch-jetty to set up SSL for es client.
However when I start my es_client it reports every 5 seconds the following:
INFO [2014-01-08 23:02:14,814] org.elasticsearch.client.transport: [Karolina Dean] failed to get node info for [#transport#-1][inet[localhost/127.0.0.1:9443]], disconnecting...
! org.elasticsearch.transport.NodeDisconnectedException: [][inet[localhost/127.0.0.1:9443]][cluster/nodes/info] disconnected
How can I go about figuring this one out?
Thanks, Maciej