While configuring the elastic search cluster with two elk nodes. i am getting the error

mote_cluster_client, data, data_cold]
[2023-12-26T11:21:03,744][ERROR][o.e.b.Elasticsearch ] [elk-node-2] fatal exception while booting Elasticsearch
org.elasticsearch.ElasticsearchSecurityException: failed to load SSL configuration [xpack.security.transport.ssl] - cannot read configured [PKCS12] keystore (as a truststore) [/etc/elasticsearch/truststore.p12] - this is usually caused by an incorrect password; (a keystore password was provided)
at org.elasticsearch.xpack.core.ssl.SSLService.lambda$loadSslConfigurations$11(SSLService.java:620) ~[?:?]
at java.util.HashMap.forEach(HashMap.java:1429) ~[?:?]
at java.util.Collections$UnmodifiableMap.forEach(Collections.java:1707) ~[?:?]

Hi,

try to verify that the password you've provided in the Elasticsearch configuration for the keystore is correct. The password should be specified in the xpack.security.transport.ssl.keystore.secure_password setting in the elasticsearch.yml file.

Regards

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