Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

webhook not working via iis

Solved

webhook not working via iis

EmrullahYilmaz
Tourist
4 1 0

Hello, I have some webhooks and I was able to test them on localhost thanks to ng rok and they are working fine. When I run the application via IIS, webhook requests and test requests do not come to my application even though I provide the correct URL and the accessibility is public. I have an SSL certificate and my link is similar to the following;

https://api.test.com/api/controllername/methodname

I tested my own endpoints and I can access them from outside and it works.
As I said, requests are coming locally with ngrok, but even though the application running in IIS is public, the requests are not going. please help me.

Accepted Solution (1)

EmrullahYilmaz
Tourist
4 1 0

This is an accepted solution.

I changed the SSL certificate, I think the chain of the previous certificate was causing the problem.

View solution in original post

Reply 1 (1)

EmrullahYilmaz
Tourist
4 1 0

This is an accepted solution.

I changed the SSL certificate, I think the chain of the previous certificate was causing the problem.