#Vilkitch
1 messages · Page 1 of 1 (latest)
I have some problem with a webhooks, all event I listented have a same error "Timed out connecting to remote host" Does anyone know why?
Hi there
That generally means an issue with your server
You are seeing a 500 returned in the webhook response, yes?
esta todo bien, sin modificar nada de codigo ha empezado a fallar esta mañana
Everything is fine, without modifying any of the code, it started to fail this morning
I have asked my hosting provider if there was any blocked IP
Do you have an example Event ID that I can look at?
evt_1N1V2vEgkG7mSQD21tMDJVd2, do you want a screenshot¿
Nope that works
Yep so I'm seeing that it looks like this was just blocked by your server. You will want to ensure our Webhook IPs (https://stripe.com/docs/ips#webhook-notifications) are whitelisted
its bloqued by my hosting provider ??
this morning I send to my provier hosting the IP list for webhook notifications, and they answered me its all ok
then I make a test landing webhook empty, this landing only response 200 ok, but I have the same problem "Timed out connecting to remote host"
I mean that stripe never reaches my test webhook page
Yeah so there is something with your server config that is blocking Stripe from hitting your webhook handler
ok, thanks for your help