Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome issue : "Failed to load resource: net::ERR_CONNECTION_TIMED_OUT "

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.

like image 345
untitled Avatar asked Jul 11 '14 09:07

untitled


1 Answers

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.

like image 57
Michael Avatar answered Oct 20 '22 05:10

Michael