Http client did not trust this server's certificate

Grafana version: v8.4.5
OS: Windows Server 2016

I have both elastic search and grafana running on https. I am getting the following error

http client did not trust this server’s certificate

Any reads on how to configure things so my ES trusts grafana data request.

Work around (not secure): check Skip TLS Verify in the ES datasource config

Solution: make used CA cert (CA cert chain) of TLS cert used by ES available for Grafana - it is running on Windows, so Installing the trusted root certificate | Microsoft Docs

1 Like

Yes it worked with rhat route of skip tls for now. I will look at the chaining method. Thanks @jangaraj as always

This is more complicated than I was prepared for. Will let network admin handle it

1 Like