Jump to content

Localhost:8090 blocked by kaspersky, Error: connection reset. Self-signed certs.


boulepickDo
Go to solution Solved by Friend,

Recommended Posts

working with nodejs and a local server, Kaspersky Total security keeps blocking localhost:8090 and not 127.0.0.1:8080. i have self-signed certificates that are working great but whatever i do Kaspersky keeps blocking localhost. it worked for the past year with Kaspersky giving a warning and me having to allow access to the un-secure site. however now it is not even asking for permission or warnings, just blocks it. i have tried on three different browser thinking this is a browser issue but same result. when i exit kaspersky, everything works find i can access the site through localhost. this is getting to be really frustrating, i’m unable to continue my work unless i disable Kasperky.

Link to comment
Share on other sites

so to solve my issue i changed  my code from 

 

httpsServer.listen(port,  () => {

to 

httpsServer.listen(port, 'localhost', () => {

 

but it still does not explain why Kaspersky kept blocking the https://localhost and not the http://localhost or the https://127.0.0.1.

 

hope that can someone else with that frustrating kaspersky issue.

Link to comment
Share on other sites

  • 2 weeks later...

Hello there. I have the same problem as the original poster but I am using Kaspersky Anti-Virus.

 

I see that I’m on version 21.1.15.500. How do I update the app version to the recommended 21.2.16.590? I only see options to update the virus database, not the app itself.

 

 

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...