Icinga / icinga-notifications

Icinga Notifications: new and improved notifications and incident management for Icinga (work in progress, not ready for production yet)
GNU General Public License v2.0
11 stars 0 forks source link

Custom TLS options for Webhook Channel #256

Open martialblog opened 4 months ago

martialblog commented 4 months ago

Hoi,

the webhook channel could use some TLS options, what if I want to use my shiny custom CA!

Regards

oxzi commented 3 months ago

There are lots of knobs to adjust for TLS. For starters, Go's tls.Config has lots to offer.

I guess, the most requested features would be:

Furthermore, some users might wanna configure the TLS version or even the cipher suites. However, this would be a pain through the current UI.

oxzi commented 3 months ago

Honestly, this feature request would be valid for all currently implemented channels. Both your local SMTP server and your company RocketChat might use a custom certificate.