Connection errors: refused, reset, timed out
The three ways a connection fails before HTTP ever starts, what each one proves about where the fault is, and how to tell a blocked path from a dead server.
ERR_CONNECTION_RESET: what it means and how to fix it
Something closed the connection mid-conversation. Unlike a refusal or a timeout, a reset means a real path existed and was actively torn down, which points at a firewall, a proxy, or a middlebox.
Java vs Bedrock: why you can't connect to a Minecraft server
Minecraft says the server is unreachable but your friend is on it right now? Java and Bedrock are two different games with different protocols, ports, and addresses — here's how to tell which side you're on.
ERR_CONNECTION_REFUSED: what it means and how to fix it
ERR_CONNECTION_REFUSED means the server's IP actively rejected your connection. What sends a TCP reset, server vs client causes, and how to isolate it.
ERR_CONNECTION_TIMED_OUT: what it means and how to fix it
Why Chrome's connection-timeout error is usually a local problem, how to tell when it's the site instead, and the ordered checklist that fixes it fast.