iOS keep showing “Proxy Authentication Required” dialog even after passing username and password using NetworkExtension
问题 I am using NETunnelProviderManager for implementing VPN with HTTP/HTTPS proxy. I have Basic Authentication from the Proxy server to authenticate with it, and I need to update password at regular time interval. So to set credentials for Proxy Server I have implemented somethink like below: self.vpnManager.protocolConfiguration.proxySettings.HTTPSServer = [[NEProxyServer alloc] initWithAddress:proxyServer port:proxyPort]; self.vpnManager.protocolConfiguration.proxySettings.HTTPSServer