I am trying to connect ElasticSearch5 on my local with an AWS remote server however I am having issues connecting on port 80 (Getting None of the configured Nodes are available error) however I am able to access using cURL request.
I am using a transport client on my ElasticSearch for connecting, Is this the issue? Is there any way around this?
Following is the error message:
at org.elasticsearch.client.transport.TransportClientNodesService.ensureNodesAreAvailable(TransportClientNodesService.java:314)