Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Connecting to OpenVPN over HTTP Proxy
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Connecting to OpenVPN over HTTP Proxy

palme34palme34 Member

I want to connect to OpenVPN via HTTP Proxy to bypass the firewall. How should I edit the configuration file?

Comments

  • Where exactly do I copy the username and password file? @Falco33

  • @palme34 said:
    Where exactly do I copy the username and password file? @Falco33

    Does your proxy require username/password authentication?
    If not, just use: http-proxy IP PORT in your OpenVPN configuration file.

  • @Falco33 said:

    @palme34 said:
    Where exactly do I copy the username and password file? @Falco33

    Does your proxy require username/password authentication?
    If not, just use: http-proxy IP PORT in your OpenVPN configuration file.

    Authentication is required.

  • @palme34 said:

    @Falco33 said:

    @palme34 said:
    Where exactly do I copy the username and password file? @Falco33

    Does your proxy require username/password authentication?
    If not, just use: http-proxy IP PORT in your OpenVPN configuration file.

    Authentication is required.

    Try using:

    http-proxy IP PORT stdin basic

    Replace stdin with a txt file, for example: credentials.txt

    http-proxy IP PORT credentials.txt basic

    Create credentials.txt in the same folder with your OpenVPN configuration is, and put your username and password in the file. Username on the first line, and password on the second line.

  • @Falco33 Is OpenVPN over HTTP Proxy fast or does OpenVPN over Shadowsocks? Which is faster?

  • @palme34 said:
    @Falco33 Is OpenVPN over HTTP Proxy fast or does OpenVPN over Shadowsocks? Which is faster?

    Never tried it, so I can't answer that.

  • OpenVPN connection drops/restarts a few seconds after connected when over Shadowsocks or it's just my setup.

Sign In or Register to comment.