I'm trying to setup openvpn connect on my iPhone for use through my office proxy server, as I have set up on my mac. However the proxy uses NTLM authentication and in the app's settings it only allows for basic authentication seemingly, which does not work.
I have tried placing the proxy information into the .ovpn file and directing it to an external file with proxy information with the following
Code: Select all
http-proxy 172.0.0.20 8080 proxy-auth.txt ntlm
But my phone is saying HTTP proxy credentials were not accepted, although my mac accepts them with exactly the same settings.username
password
Does anyone know the issue?