You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since i am doing just local testing , i dont have any ssl setup .
So is the issue cos the client( my elasticsearch server node) is attempting to connect with ssl enabled from this line ? caused by: ClientConnectorError(Cannot connect to host localhost:9200 ssl:default [Connection refused]
The text was updated successfully, but these errors were encountered:
Hi , i am trying to connect to my local elastic search cluster running in docker containers , but i am getting back the following error
elastic search cluster consists of 2 nodes , but i am trying to connect to only 1 node ,ie, localhost:9200
elastic node1 version details:
In my elasticsearch.yml , i have the following config
and my cluster.json file is
Since i am doing just local testing , i dont have any ssl setup .
So is the issue cos the client( my elasticsearch server node) is attempting to connect with ssl enabled from this line ?
caused by: ClientConnectorError(Cannot connect to host localhost:9200 ssl:default [Connection refused]
The text was updated successfully, but these errors were encountered: