Hi,
I'm trying to run OpenVPN as an HTTP proxy for my browser. I have the client installed and running and it's connected to the OpenVPN server. I can ping the address (10.1.0.70). Now how do I route traffic through the OpenVPN server? According to the How-To I should add:
proto tcp
http-proxy 127.0.0.1 8228
Or is it http-proxy 10.1.0.70 8228 ?
to my config? Either way, all this accomplishes is preventing the client from establishing a connection. What am I doing wrong?
[SOLVED] HTTP Proxy on Windows 7 - Help?
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
-
- OpenVpn Newbie
- Posts: 1
- Joined: Sat Jun 25, 2011 4:50 pm
[SOLVED] HTTP Proxy on Windows 7 - Help?
Last edited by raubaut on Sat Jun 25, 2011 8:45 pm, edited 1 time in total.
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: HTTP Proxy on Windows 7 - Help?
openvpn does not act as an http proxy for your browser - the 'http-proxy' directive is used to set up a VPN connection via an HTTP proxy. Please read up on what openvpn is and what it can do for you.