Skip to content
Discussion options

You must be logged in to vote

This almost certainly isn't something wrong with your site or deployment. It looks like a routing problem between Econet and the network GitHub Pages is served from.

github.com and GitHub Pages don't share infrastructure. github.com resolves to GitHub's own IPs (140.82.x.x), while *.github.io is served through Fastly's CDN on these addresses:

185.199.108.153
185.199.109.153
185.199.110.153
185.199.111.153

So github.com loading fine doesn't tell you much about Pages. And since DNS resolves correctly but the connection times out, the TCP connection to those 185.199.x.x addresses is being dropped somewhere along the way. WARP working fits that picture: it tunnels your traffic out through Cl…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@emergingpointconstruction
Comment options

Answer selected by emergingpointconstruction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pages Host a static website, right from your repo Question Ask and answer questions about GitHub features and usage source:ui Discussions created via Community GitHub templates Other Features and Feedback Discussions that fall into "Other" category
2 participants