I received the below error message. It occurs on different web sites. Worked fine in Chrome and Firefox. My OS is Windows 7.
This site can’t be reached
client.ccleanerbrowser.com’s server IP address could not be found.
Try:
<ul><li>
<a rel="">Checking the proxy, firewall, and DNS configuration</a>
</li>
<li>
<a rel="">Running Windows Network Diagnostics</a>
</li>
</ul></div>
<div style="font-size:.8em;">
DNS_PROBE_FINISHED_BAD_CONFIG
</div>
</div>
</div>
</div>
Generally this happens when the service running on your localhost has some problem resolving the request. If you have access to logs, please see logs for more details on the error. Also, make sure the application interface, server, and services are running. There are many situations that might trigger “this site can’t be reached” error in browsers. Sometimes the server is still running but the interface application is closed or the database is down. If your application interface and server is up but a dependent service is down then restart your computer/server and restart services. Make sure the app is bound to localhost. It may just be bound to an individual interface. netstat -na will give you the clues you need. Run a port scan on your computer and make sure the port is opened.