Hi everyone,
Followed the guide at
Generated the needed certs using
wazuh-cert-tool.sh
For some reason, the elasticsearch cluster won't form.
Error in elasticsearch logs
Caused by: org.elasticsearch.ElasticsearchException: Illegal parameter in http or transport request found.
This means that one node is trying to connect to another with
a non-node certificate (no OID or security.nodes_dn incorrect configured) or that someone
is spoofing requests. Check your TLS certificate setup as described here: See
https://opendistro.github.io/for-elasticsearch-docs/docs/troubleshoot/tls/
At first, I thought I may have made mistakes in the generation of certificates. Regenerate still the same error.
Checked with filebeat
elasticsearch: https://192.168.200.233:9200...
parse url... OK
connection...
parse host... OK
dns lookup... OK
addresses: 192.168.200.233
dial up... OK
TLS...
security: server's certificate chain verification is enabled
handshake... OK
TLS version: TLSv1.3
dial up... OK
talk to server... ERROR 503 Service Unavailable: Open Distro Security not initialized.
Disabling opendistro security allowed the formation of the cluster.
opendistro-security/stable,now 1.13.1.0-1
Any ideas?