Config file values removed

How to customize and extend your OpenVPN installation.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
vaporlock
OpenVpn Newbie
Posts: 1
Joined: Sun Dec 06, 2015 7:31 pm

Config file values removed

Post by vaporlock » Sun Dec 06, 2015 7:52 pm

I'm trying to configure my OpenVPN installation to use a proxy server so I get prompted to enter my proxy credentials.
The config file is here C:\Users\<myid>\openvpn-connect.json

By right clicking on the system tray icon and setting the proxy server and tcp protocol, I get this proxy line:
"http_proxy": "proxy.server.com:8080",

I don't get prompted to enter my credentials. So based on this how to (https://openvpn.net/index.php/open-sour ... .html#http, I added stdin ntlm so it looks like this:

"http_proxy": "proxy.server.com:8080 stdin ntlm",

When I try to connect, I don't get prompted and the "stdin ntlm" portion gets removed.
I'm thinking it's a bad syntax in what I added - does anyone have a working example of getting prompted for proxy credentials?
TIA.

Post Reply