Open dhiaayachi opened 2 months ago
Thanks for reporting this issue.
The error you're getting suggests that your Temporal cluster is unable to connect to Elasticsearch. Given that you've configured TLS for both Temporal and Elasticsearch, this could be due to a mismatch in certificate verification settings or a problem with your TLS setup.
To start troubleshooting, please provide the following information:
CN
(Common Name) field of both the Temporal and Elasticsearch certificates? They should match the hostname used in the url
configuration.Once we have this information, we can help you debug the issue further.
Expected Behavior
Temporal cluster establishes connection with Elasticsearch.
Actual Behavior
"no ElasticSearch node available"
Steps to Reproduce the Problem
scheme: "https"
in Temporal server configSpecifications