Chrome issue : “Failed to load resource: net::ERR_CONNECTION_TIMED_OUT ”

落爺英雄遲暮 提交于 2020-01-01 02:41:07

问题


I tried to access my web application via HTTPS. It fails to load JavaScript files and shows "Failed to load resource: net::ERR_CONNECTION_TIMED_OUT". But it is working as expected in IE and Firefox. It is also working fine in Chrome via HTTP.


回答1:


I started having this problem after installing the latest release of chrome 46.0.2490.80 m in an attempt to solved my previous problem of chrome displaying garbage on some sites or documents. in my case it happens on jquery load calls. I tried to reinstall from scratch, but could not resolve the issue. I am running a local development wamp server. For now I circumvented the problem by not using jquery. By the way the jquery calls have no problems in IE.



来源:https://stackoverflow.com/questions/24695079/chrome-issue-failed-to-load-resource-neterr-connection-timed-out

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!