net::ERR_NETWORK_CHANGED on Chrome on Https socket connection net::ERR_NETWORK_CHANGED on Chrome on Https socket connection google-chrome google-chrome

net::ERR_NETWORK_CHANGED on Chrome on Https socket connection


I'm having the same problem but it's sporadic.

From the Chromium project source code: OnNetworkChanged will be called when a change occurs to the host computer's hardware or software that affects the route network packets take to any network server. Some examples:

  1. A network connection becoming available or going away. For example plugging or unplugging an Ethernet cable, WiFi or cellular modem connecting or disconnecting from a network, or a VPN tunnel being established or taken down.
  2. An active network connection's IP address changes.

  3. A change to the local IP routing tables.

Hope it helps