Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.15.2
-
a6f4a1b282 (qt/qtbase/dev) a6f4a1b282 (qt/tqtc-qtbase/dev) 4be0705f6d (qt/qtbase/6.3) 4be0705f6d (qt/tqtc-qtbase/6.3) 1231855ede (qt/qtbase/6.2) 1231855ede (qt/tqtc-qtbase/6.2) 1231855ede (qt/tqtc-qtbase/6.2.4)
Description
When using QNetworkAccessManager::get() (or similar methods) when Zscaler Internet Security is active, the following warning is shown:
qt.network.monitor: Could not get the INetworkConnection instance for the adapter GUID
indicating that this connection cannot be monitored. Further analysis suggests that Zscaler Internet Security might be using a virtual network adapter with a GUID different to the GUID of the physical adapter, therefore QNetworkConnectionEvents::getNetworkConnectionFromAdapterGuid() fails to find the connection because it seems to always use the physical adapter's GUID.
There are discussions on the web (e. g. https://github.com/ModOrganizer2/modorganizer/issues/1326) that indicate this problem can also happen with other VPN solutions and is not restricted to Zscaler only.