Hi,
We are using NETunnelProviderManager for implementing VPN with HTTP/HTTPS proxy.
We have Basic Authentication method to authenticate with the Proxy, and we need to update password at the regular time interval without any need of user's manual input.
But, right now as I start VPN and access anything via Proxy it immediately shows dialog "Proxy Authentication Required". If I check the log of "protocolConfiguration" I can clearly see my password and username in the log but still, It shows a dialog box for manual entry of user Credentials for Proxy.
Can anyone suggest something which can help me in updating the Credentials automatically in the background without asking a user to enter the Proxy credentials, something like delegate that we have in NSURLSession's case. It would be really helpful if anyone can give me an idea on why my already configured proxy password and username is not considered if I set it programmatically in properties of NEProxyServer
Any response and help would be appreciable.
Thanks & Regards,