I was trying to use a webhook that uses a self-signed certificate. It fails for the reason that the certificate is self-signed. Is there a way to enable this?
Maybe! I remember seeing this in an example in our repo:
Could be worth a try? Be aware of what you are doing though, and that you’re in an environment where this makes sense.
That worked. Thank you for the prompt response.