Allow HTTPS Self signed webhook

Hi everyone,

I wanted to know how to allow self signed https webhook url please ?

Let’s say I have http://mydomain.com => It’s ok. Webhook works.
If I use https://mydomain.com => I got error. If I try with a simple curl commande everything is ok on listener side.

http://mydomain.com points to a local IP where I have declare using WHITELIST var env and I use a self signed certificate.

Thanks

Hey @hivewapp,

unfortunately, we currently do not allow webhooks to connect to sites with a self-signed certificate.

I’ve created an issue with the feature request to add an environment variable to allow it: Accept self signed certificates in webhooks (#2364) · Issues · Baserow / baserow · GitLab.