hello, team,
The previous steps were successfully run. when I chose a Wazuh indexer to run the <indexer-security-init.sh> script, I got some errors on it.
```#cluster-initialization
/usr/share/wazuh-indexer/bin/indexer-security-init.sh
Note:You only have to initialize the cluster once, there is no need to run this command on every node.
```
1. following errors Infinite loop when I run the script in <node-2>
"Cannot retrieve cluster state due to: null. This is not an error, will keep on trying ...
Root cause: MasterNotDiscoveredException[null] (org.opensearch.discovery.MasterNotDiscoveredException/org.opensearch.discovery.MasterNotDiscoveredException)
* Try running securityadmin.sh with -icl (but no -cl) and -nhnv (If that works you need to check your clustername as well as hostnames in your TLS certificates)
* Make sure that your keystore or PEM certificate is a client certificate (not a node certificate) and configured properly in opensearch.yml
* If this is not working, try running securityadmin.sh with --diagnose and see diagnose trace log file)
* Add --accept-red-cluster to allow securityadmin to operate on a red cluster."
2. following errors when I run the script in <node-1> OR <node-3>
"18:51:11.197 [opensearch[_client_][transport_worker][T#1]] ERROR org.opensearch.security.ssl.transport.SecuritySSLNettyTransport - Exception during establishing a SSL connection: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors"
what can I do to finish the work of Cluster initialization?