We would like to send notifications to an internal service that has a self signed ssl. When I try this I get this log message:
Failed to send webhook" logger=alerting.notifier.webhook error="Post https://XXXXXXXXX/event_router: x509: certificate is valid for , not “XXXXXX.XXX.XX” webhook=webhook-test
I have verified that openssl and curl can use the self signed cert cleanly after adding the it and the correct intermediate cert to the machine.
Is there a keystore that I need to add the cert to for Grafana?