Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
None
-
5.9.1, 5.15.5
-
-
21
-
Qt6_Foundation_Sprint 40, Team 2 Foundation_Sprint 41, Team 2 Foundation_Sprint 42, Team 2 Foundation_Sprint 43, Team 2 Foundation_Sprint 44, Team 2 Foundation_Sprint 45, Team 2 Foundation_Sprint 46
Description
When someone is on an IPv6 network with an MDM solution specifying a per-app VPN then Qt cannot make any network calls in this setup, often throwing network error 3 (Host Not Found) and sometimes 99 (Unknown). Network calls that use Apple's networking stack directly seem to be working fine.
The network API used in this case is QNetworkRequest and QNetworkReply. It works when using Apple's Foundation networking classes natively: NSURLSession and the like.