Hello,
I am trying to setup the certificates for my cluster, I followed the instructions at Add your own SSL certificates to Open Distro for Elasticsearch | AWS Open Source Blog to create the certificates.
My master node loads, when i start my second node I get the following error message in the logs of my master node.
[2019-08-03T15:06:27,739][ERROR][c.a.o.s.t.OpenDistroSecurityRequestHandler] [es01] 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 Troubleshoot TLS - Open Distro Documentation]
I checked out the page the error makes reference to and search the forum but now I’m stumped can get this to work
I’ve also tried several syntax for the security.nodes_dn configuration with no success.
Any ideas on how to configure this?