Elastic user not able to authenticate after full cluster restart

All,

We have enabled TLS and restarted full cluster. but elastic user is not able to authenticate with cluster getting below error

{
"error" : {
"root_cause" : [
{
"type" : "security_exception",
"reason" : "failed to authenticate user [elastic]",
"header" : {
"WWW-Authenticate" : "Basic realm="security" charset="UTF-8""
}
}
],
"type" : "security_exception",
"reason" : "failed to authenticate user [elastic]",
"header" : {
"WWW-Authenticate" : "Basic realm="security" charset="UTF-8""
}
},
"status" : 401
}

could any one suggest please

Regards

Please look at the relevant part of your Elasticsearch logs for the time you attempt to authenticate, there will be helpful details there. If the issue doesn't become obvious, please share the logs here ( Do format them using the </> button and checking the preview window) and we can take a look

Thank you for the help. The issue has been resolved by adding below parameter

xpack.ssl.verification_mode: certificate

While generating the certificate we have not mentioned dns option.

Thans

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