Jump to content

boulepickDo

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Reputation

1 Neutral
  1. the update seem to have worked, i will continue to test and open a new case if the problem comes back.
  2. i was on version 21.15.500, updating to version 21.2.16.590 and will update later.
  3. 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.
  4. 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.
×
×
  • Create New...