stephenb
(Stephen Brown)
March 2, 2022, 9:04pm
17
Did you use IPs or localhost when you created the cert... use the same in the setting
hosts => ["https://localhost:9200"]
Note my example
hosts => ["https://10.168.0.116:9200"]
This may be an issues with your SSL Setup on the Box...
There was also a thread on this here
Hi,
I have been trying to enable TLS encryption between my nodes. I have followed the instructions of the documentation and generated p12-format certificates for each node and configured my cluster like this (the certificates don't have a password:
cluster.name: eLABsticsearch
node.name: elastic01
node.data: True
node.master: True
node.ingest: True
node.ml: True
search.remote.connect: false
path.data: /var/lib/elasticsearch
path.logs: /var/log/elasticsearch
network.host: 172.28.128.11 …