Error guide / This site can't be reached
This site can't be reached
This site can't be reached is Chrome's generic screen for when the browser couldn't connect to the server. A more specific reason hides underneath: DNS didn't resolve, the server didn't answer, or it dropped the connection. Look at the small code under the heading, that's what tells you what actually broke.
Check your site
What causes it
The cause depends on the code below: DNS_PROBE_FINISHED_NXDOMAIN and ERR_NAME_NOT_RESOLVED point to the domain's DNS, while ERR_CONNECTION_TIMED_OUT or ERR_CONNECTION_REFUSED mean the server is unreachable or rejecting connections. So it's either DNS, the site's server, or your own network.
How to fix it
- Read the small error code under the message; it drives the whole plan.
- If it's NXDOMAIN or NAME_NOT_RESOLVED, check the domain's DNS records (an A record pointing to the server IP).
- If it's TIMED_OUT or CONNECTION_REFUSED, check that the web server is running and the firewall isn't blocking the port.
- Open the site from another network or mobile data to rule out a local problem.
- Flush the DNS cache (ipconfig /flushdns) and restart the browser.
- Run the domain through the check below to see whether it resolves and whether the server responds.
Related errors
Found problems?
Slow hosting, SSL trouble or frequent downtime? Move to TomisHost: fast hosting with free SSL, daily backups and free migration help.
TomisHost hosting