Support SSL certificate validation when using https pagerduty_proxy #1407
Locked
kexin-zhai
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Are you interested in submitting a PR? |
Beta Was this translation helpful? Give feedback.
1 reply
-
PR is created and ready for review for this discussion 🙏 : #1418 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we tried to trigger a pagerduty alert by hitting
https://<hostname>:<port>
pagerduty_proxy, we ran into SSLCertVerificationError.When we pass a CA cert bundle to
slack_ca_certs
to trigger slack alerts hitting the same proxy URL, elastalert works as expected.I was wondering if we may have a plan to add a
pagerduty_ca_certs
option to validate the SSL certificate when using pagerduty proxy.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions