GitHub Pages site times out on Econet Zimbabwe mobile network but works through WARP #207563
Replies: 2 comments 3 replies
|
Hey there! The detail that github.com works but your github.io site doesn't is a big clue: they're served from different networks. Pages sits on its own CDN IP ranges, so a carrier can reach github.com just fine and still have a broken route to Pages. WARP working fits that too, since it tunnels around Econet's path. A few quick tests that make this much easier to prove:
If only one of them hangs, that's your culprit. Since this is a business site and your customers may be on Econet too, a practical workaround is a custom domain proxied through Cloudflare. Visitors then connect to Cloudflare instead of Pages directly, which is basically what WARP is doing for you today. Hope that helps narrow it down! |
|
Update: The connectivity issue appears to be related to the network route between Econet Zimbabwe and GitHub Pages. The site works normally through Cloudflare WARP/VPN. Further testing is being done. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Pages
Body
Hello,
I am having a connectivity problem with my GitHub Pages website:
https://emergingpointconstruction.github.io/EmergingPoint-Construction/
The site consistently returns:
ERR_CONNECTION_TIMED_OUT
when I access it using Econet Zimbabwe mobile data on a Samsung Galaxy M13.
Important details:
Could someone please advise whether there is a GitHub Pages routing or connectivity issue affecting this Pages site or its edge path?
Thank you.
All reactions