#Hân Trần JP
1 messages · Page 1 of 1 (latest)
Um that looks like network error
Do you experience it all the time or intermittent?
It's all the time, but the weird thing is it's only happen on some server.
That means the server has some trouble connect to Stripe. I would recommend run this test on those servers https://github.com/stripe/stripe-reachability
[2023-03-22 22:12:43] prod.ERROR: Could not connect to Stripe (https://api.stripe.com/v1/customers?email=xxxx%40gmail.com&limit=15). Please check your internet connection and try again. If this problem persists, you should check Stripe's service status at https://twitter.com/stripestatus, or let us know at support@stripe.com.
We tried to ping the endpoint from the server, it's indeed timeout
We can ping to any other API (different website) such as Paypal but not with Stripe
root@hx-com-001:~# curl -LI https://api.stripe.com
curl: (28) Failed to connect to api.stripe.com port 443: Connection timed out
is it possible that Stripe block our server?