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.
Hello,
I have the same problem. Is there a secure way to add the self signed certificate to Grist container CA store instead of allowing unauthorized connections?
The other option would be to use http URL in the webhooks but it does not work.
Thank you
I think I’ve seen NODE_EXTRA_CA_CERTS used for this.
Thank you, seems to be exactly what I was looking for !