I have three nodes cluster and i am using 8.11.4 version. I am trying to enable https on the each node , below is my configuration and when i access the cluster with https it is throwing ERR_SSL_PROTOCOL_ERROR error , Please help
I want to enable HTTPS without using all the security features. Can't I achieve this by enabling only xpack.security.http.ssl: enabled: true and disabling security with xpack.security.enabled ?"
No, because xpack.security.enabled: false means disable the security component of elasticsearch and the security component is what provides HTTPS.
If you want SSL then you need to leave the security component enabled.
You can enable anonymous authentication if you wish to bypass authentication (but we do not recommend that).
But I have to ask, why do you want SSL if you don't want any other security features? Why encrypt network communications if you're leaving the whole server unprotected?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.