#shane
1 messages · Page 1 of 1 (latest)
Hi, could you please summarise the question for me?
So, I have a wpf application, I created an httplistener to set up the connection of the webhook. Locally everything works and even using the test payment links. As soon as I change from local host to my static ip, and add the webhook url in stripe, the connection is not working. The port is open. Not sure how I can set the connection between stripe and my webhook. Using c#
Wpf application. I cannot seem to establish a connection between stripe and the webhook which is on a static ip. Does it need to be ssl? Do I need a certificate ?
I am not sure it's a requirement. Do you have an ID of an event that's failing?
If I can not use ssl, it should be pretty straight forward. Let me set up without ssl and send you the event
Again, how do you know it's not working?
Because in the events it is saying failed to connect to webhook. Tls error. And then when I use it without https I get failed to connect to remote host
There are the logs in the webhook events
- attempts
Could you please share an example event ID?
Can you please just copy the ID.
Hey! Taking over for my colleague.
For TLS error you need to perform a SSL server test to find the issue:
https://stripe.com/docs/webhooks#:~:text=a 500 error.-,(TLS error) ERR,-We couldn’t establish
So I need to install a certificate on my machine?
Yes you need to have valid https endpoint for your webhook server