OpenVPN through proxy with NTLM authentication
Posted: Mon Mar 03, 2014 1:51 pm
Hi,
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
and then in the external file having (username and password are just used as examples here:
Does anyone know the issue?
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?