We have developed a plugin for our product.
The customer has configured our product with HTTPS communication using the corporate Level CA Certs
When the customer isntalled Grafana on a local macinhe, there was no issue. However, once the custoner tried to connect from a Grafana which installed on OpenShift, he encountered the following error:
referer=https://grafana-orig-engineeringmycompany.net/connections/datasources/edit/ddxcfzzr61b0ge t=2024-09-09T04:29:42.407839198Z level=error msg="Proxy request failed" err="tls: failed to verify certificate: x509: certificate signed by unknown authority"
Can we resolve the issue without modfying the plugin to skip on the TLS error?