Infinity data source TLS client auth configuration

Grafana v10.4.0 running locally on Ubuntu 22.04.4 LTS

  • What are you trying to achieve? Configure an Infinity data source to utilize TLS client authentication.

  • How are you trying to achieve it? Infinity data source authentication auth type = No Auth, Network TLS Client Auth enabled and configured ServerName, Client Cert and Client Key properties.

  • What happened? Response is HTML from the server’s login page indicating login failed.

  • What did you expect to happen? Client certificate authentication would have succeeded.

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were. No.

I did setup Postman with the same client certificate and key and successfully sent the same request configured in Grafana. Postman successfully authenticates to the server with the client certificate and the response includes expected data.

Is there additional configuration required in Grafana for the Infinity data source to utilize client certificate authentication?