Send WebHooks to HTTP (for testing)

I want to configure webhooks to go to my HTTP endpoint but when I try an error message is displayed:

The message seems to be advisory only, but it doesn’t commit the change.

Hi @Rob_Phillips

For security the webhooks need to use HTTPS rather than HTTP - that’s what the message means.

Where is your endpoint hosted? Is it just for testing or is it in production (live)?

It’s my test server, hosted at home.
I’ll use https for production, just want to get the application code working first.

It may be worth having a look at something like ngrok which will give you a temporary https link for a local connection.

This topic was automatically closed after 7 days. New replies are no longer allowed.