Page 1 of 1

open vpn https

Posted: Tue Oct 03, 2023 7:47 pm
by jasda
hi I want to run open VPN via HTTPS 443
Please help me

Re: open vpn https

Posted: Wed Oct 04, 2023 1:18 pm
by RemoteOne
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.