open vpn https

Need help configuring your VPN? Just post here and you'll get that help.
Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
jasda
OpenVpn Newbie
Posts: 1
Joined: Tue Oct 03, 2023 7:43 pm

open vpn https

Post by jasda » Tue Oct 03, 2023 7:47 pm

hi I want to run open VPN via HTTPS 443
Please help me

RemoteOne
OpenVPN User
Posts: 31
Joined: Wed Sep 18, 2019 10:11 am

Re: open vpn https

Post by RemoteOne » Wed Oct 04, 2023 1:18 pm

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.

Post Reply