Hello I am trying to connect to stripe node and it keeps timing out!
this happens periodically. what could be the issues ?
Hello I am trying to connect to stripe node and it keeps timing out!
this happens periodically. what could be the issues ?
There are a lot of things that could be happening. One of the first things I suspect, given the circumstances you described, is DNS (mis)configuration vs actual network connectivity. I have lost count of how many times DNS was configured with IPV4 (A) and IPV6 (AAAA) but there was no actual IPV6 connectivity (on the client, on the server, or somewhere in the middle / nat / router). It works fine when the client figures it out and falls back to IPV4, but sometimes the planets don’t align, and the connection times out. This might not be your issue, but it’s something to check and eliminate.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.