Elasticsearch curl error

curl -X GET -u something:PASSWD https://20.197.3.229:5500
curl: (60) SSL certificate problem: self signed certificate in certificate chain
More details here: curl - SSL CA Certificates

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Did you try adding the -k flag to your curl command?

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