You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Developers
Hello, I m trying to code a webhook that can post the alerts to a web servlet running in a secured application and I see that the notifications are not sent and error is reported as X509 certificate signed by unknown authority.
My webhook url is https://host:port/webhook.
I suppose i need to add tls_config under the webhook ? Is that right? Can someone guide me to the exact steps and sample alertmanager yaml file with tls_config in place ?
Thanks, Nitin
Simon Pasquier
unread,
Feb 20, 2020, 9:51:35 AM2/20/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to EnthuDeveloper, Prometheus Developers
As stated in the documentation [1], you can define TLS settings under
the http_config key of webhook_config.