如何修复浏览器上的 "we can't reach this page" 错误或 "err_connection_timed_out"?

How do I fix the "we can't reach this page" error or "err_connection_timed_out" on my browsers?

我目前每次使用 Microsoft Edge 时都会遇到错误。每当我尝试访问某个站点时,我总是会遇到此错误。奇怪的是,这个问题只发生在某些网站上(例如目前的 Facebook 和 Yahoo),有时 Google。它喜欢经常断开我的连接,我真的不想再处理这个问题了。

我的互联网工作正常,因为我的笔记本电脑(我目前正在使用)并且 phone 可以毫无问题地连接到它。我不知道为什么它在我的桌面上不起作用,尤其是因为它的互联网是以太网。

我在其他浏览器上测试了这个,看它是否只在 Edge 上,但事实证明 chrome 和 firefox 在不同的网站上也遇到了同样的问题。对于这三个,我都无法上 Facebook 和雅虎,有时 Google。

我知道问题出在我这边,因为很明显,这些网站已经上线了。有什么办法可以解决这个问题,或者有其他人找到解决办法吗?

我 运行 Windows 10.

我试过以下方法:

如果我恢复出厂设置,是否可以解决问题?

点击 start/control pane/IE options/Privacy Tab/Sites 查看站点列表以查看是否有任何 Google 站点被阻止。

为了缩小范围,您能否确认您仅在导航到列出的网站并且它们使用 SSL/HTTPS 时才看到此信息?如果您使用它们的非 SSL 等价物,有些会自动重定向到 HTTPS,但值得在像 Google 这样支持两者的网站上尝试。

如果这确实有助于缩小行为范围,那么我以前见过一次这种行为,但这是在不支持 SSL SPDY 的公司代理之后发生的。

您可以尝试禁用 SPDY 支持,但可能存在潜在问题(可能是反病毒代理?)。

测试禁用 SPDY:

Internet Explorer 11

In the browser, select Tools > Internet Options > Advanced > HTTP Settings and clear the Use SPDY/3 option.

Firefox

In the browser, enter about:config in the address bar and press Enter. Confirm the security warning. Type network.http.spdy.enabled in the Search field. For all the entries, set the Value to false.

Chrome

Use a switch to disable SPDY for Chrome. Edit the shortcut for Chrome and add the following switch at the end of the Target path:

--use-spdy=off

For example, if Chrome's default shortcut link is pointing to "C:\Program Files\Google\Chrome\Application\chrome.exe", change it to "C:\Program Files\Google\Chrome\Application\chrome.exe" –use-spdy=off.

来源:- http://bluecoat.force.com/knowledgebase/articles/Solution/HowtodisableSPDYprotocolsupportinbrowsers

我有一个来电者仅在登录 AMEX 站点时才在 Chrome 中收到 "can't load page" 错误。其他所有浏览器都有效。修复是禁用默认情况下打开的一些奇怪的实验性 Chrome 设置。 Go to chrome://flags, search for "experimental quic protocol" and "Disable" it.

Source