Hello ES Team,
I am unable to reset my Elasticsearch password. Please find the screenshot below.
Please help me out with this.
Hello ES Team,
I am unable to reset my Elasticsearch password. Please find the screenshot below.
Hi @yuvrajbset Please do not post screenshot of text.. it is hard to read and debug.
There error certificate subject name mismatch you need to use the --url
parameter with https and one of the names specified in the DNS like your laptop name.
--url
Specifies the base URL (hostname and port of the local node) that the tool uses to submit API requests to Elasticsearch. The default value is determined from the settings in your elasticsearch.yml file. If xpack.security.http.ssl.enabled is set to true, you must specify an HTTPS URL.
So perhaps
bin/elasticsearch-reset-password -u elastic --url "https://THELAPTOP_NAME:9200"
Or 127.0.0.1
I could not cut and paste the laptop name because of the screenshot:)
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.