APIs & Integrations

ChrisNY
Member

Problems testing webhooks via ngrok & https

I'm developing a HS integration for our site on my local development server - which is proxied to the outside world via ngrok.

I created the SSL certs for HTTPS & can reach the HTTPS WebHook endpoint from the world via Postman & browser - but it is tagged as insecure - so I assume that's why the webhook calls fail. I can see them in the HS Webhook monitor, with payload & marked as "Failure" - but without explanation or failure codes.

Is there any way to relax "Not Secure" failures for HubSpot webhooks in test/development mode - or any other work-arounds/suggestions?

0 Upvotes
1 Reply 1
WendyGoh
HubSpot Employee
HubSpot Employee

Problems testing webhooks via ngrok & https

Hey @ChrisNY,

 

The issue is likely that we do not support the SSL certs your team created because it makes the connection less secure. This is why the webhook requests to are failing. 

 

When the devex team wants to test out Webhook, we generally use webhook.site and it works pretty well for us. Let me know if this works for your team!

0 Upvotes