Open broferek opened 3 years ago
Pinging @elastic/es-core-features (Team:Core/Features)
@broferek - does this blog post help any https://www.elastic.co/blog/elasticsearch-sniffing-best-practices-what-when-why-how , or do you still believe there is a bug here ?
@jakelandis thanks for your reply. I read through the post but unfortunately it didn't give me a clue of what could be done to fix the problem. Therefore I think there is indeed still a bug.
Elastic version : 7.2.0
We wanted to migrate our cluster from HTTP to HTTPS with nodes sniffing activated on our client.
The Elastic node is well started with HTTPS and this is the info that _nodes/http returns :
When we launch our client using nodes sniffer, we have the following error message :
We don't understand how it can work as the CNAME part is never present in bound_address field whatever configuration we have attempted in network_host, bind_host ... At the same time, the CNAME part is mandatory to work with an SSL certificate containing only FQDNs.