Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting error in console : Failed to load resource: net::ERR_CONNECTION_RESET

Tags:

php

oracle11g

I have refresh my application page and getting this error in console Failed to load resource: net::ERR_CONNECTION_RESET.

I have tried to re-install the XAMPP version but this doesnt work for me.

like image 455
DLV Avatar asked Jul 24 '14 10:07

DLV


People also ask

What does Net :: Err_connection_reset mean?

The ERR_CONNECTION_RESET error message means that your browser has failed to establish a connection with the webserver. To put it simply, the website hasn't loaded because the server cannot send data to your browser.


2 Answers

I think you are using chrome. The problem is the certificate mismatch or the expiration of the certificate.Check your certificate properly.

Just visit here for more information.

like image 190
Avinash Babu Avatar answered Sep 21 '22 11:09

Avinash Babu


I'm using chrome too and facing same problem on my localhost. I did a lot of things like clear using CCleaner and restart OS. But my problem was solved with clearing cookie. In order to clear cookie:

  1. Go to Chrome settings > Privacy > Content Settings > Cookie > All cookie and Site Data > Delete domain problem

OR

  1. Right Click > Inspect Element > Tab Resources > Cookie (Left Menu) > Select domain > Delete All cookie One By One (Right Menu)
like image 37
Willy Anjaya Avatar answered Sep 18 '22 11:09

Willy Anjaya