hi I want to run open VPN via HTTPS 443
Please help me
open vpn https
Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
-
- OpenVPN User
- Posts: 31
- Joined: Wed Sep 18, 2019 10:11 am
Re: open vpn https
If you want to run on 443 I assume it is to bypass some restrictions in your environment. If you have a working configuration you would need to change the proto and port - most likely to TCP to fit in with normal HTTPS traffic.
Change
proto udp4
port 1194
to
proto tcp4
port 443
in both the server and client files. Then restart your server and client.
Change
proto udp4
port 1194
to
proto tcp4
port 443
in both the server and client files. Then restart your server and client.