We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi!
When using webhook to send notifications i get this in the logs:
tls: failed to verify certificate: x509: certificate signed by unknown authority
Is there a way to specify a ca_file for the webhook?
like this:
webhook: enabled: true url: "https://test.com/hooks/blablabla" tls: caFile: /etc/pki/tls/ca-trust/cacerts.crt
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
When using webhook to send notifications i get this in the logs:
tls: failed to verify certificate: x509: certificate signed by unknown authority
Is there a way to specify a ca_file for the webhook?
like this:
Thanks!
The text was updated successfully, but these errors were encountered: