#mwielunski
1 messages · Page 1 of 1 (latest)
Hello 👋
Give me a moment to look..
So I am seeing about ~100 deliveries fail everyday with
Timed out connecting to remote host
It is possible that the requests are failing somewhere on the edge before it could hit your server instance. I'd recommend talking to your hosting provider to see if they have any insights into this.
The requst would have come from one the IPs listed here
https://stripe.com/docs/ips#webhook-notifications
I've seen this list and those appear to be AWS IP's, right? I thought about creating an EC2 instance on AWS in the same regions Stripe uses to check if maybe there is some issue on route from AWS to our datacenter. That's why I asked about specific IP address, as it would limit the amount of AWS regions to check.
And we have our own datacenters, so there is no hosting provider to ask for help, unfortunately.
Ah I see. These are most likely AWS IPs yes. Our team doesn't know a ton about the infra webhooks use.
So I will have to check all 4 regions Stripe uses. Not looking forward to it... Thanks anyway!