You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This change allows some basic TLS related configuration changes:
- Fixed Certificate Common Name
- Custom CA
- Insecure Mode w/o any verification
The last setting brought me to an unexpected boolean representation in
the JSON configuration, requiring a custom boolean type. It was added to
pkg/plugin and its documentation.
In addition, support for arbitrary HTTP request headers was added. This
allows custom headers, even carrying values based on the
NotificationRequest.
Additionally, an unique User-Agent was assigned.
Closes#256.
oxzi
linked a pull request
Aug 1, 2024
that will
close
this issue
Hoi,
the webhook channel could use some TLS options, what if I want to use my shiny custom CA!
Regards
The text was updated successfully, but these errors were encountered: