0

I've tried applying some of the following SO answers to an ES server:

However, I always get a SSL certificate authentication error.

curl: (60) SSL certificate problem: self-signed certificate in certificate chain
More details here: https://curl.se/docs/sslcerts.html

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.

Is there a workaround for this?

An old man in the sea.
  • 1,169
  • 1
  • 13
  • 30

1 Answers1

0

If you are using ElasticSearch for local purpose and do not worry about security issues, you could disable security settings as it described here.

For example, for Linux you could change every configuration with "security" word from true to false in the elasticsearch configuration file: elasticsearch-8.2.0/config/elasticsearch.yml

Hope this helps!