Re: server: listening on two ports at the same time
Bernhard Schmidt <[email protected]> Thu, 19 Mar 2026 17:11:21 -0000 (UTC)
| Newsgroups | gmane.network.openvpn.user |
|---|---|
| Message-ID | <[email protected]> |
Gert Doering <[email protected]> wrote: > On Thu, Mar 19, 2026 at 10:12:53AM -0400, Greg Troxel wrote: >> I would also like the TLS connection from openvpn to appear to any >> networks in between just like web traffic, at least until you look at >> timing and data sizes. I am finding that many wifi networks purportedly >> for customer convenience at businesses are blocking openvpn's udp/1194. > > OpenVPN TCP is not "looks like web traffic TLS" and will never be. > > The feature request to "run openvpn via a https proxy" has been voiced > here and there, but nobody really felt like implementing it. There is Proxyguard (used widely to tunnel UDP-only Wireguard through HTTPS in the EduVPN project) https://codeberg.org/eduVPN/proxyguard I haven't personally used it, but it is real HTTP (th deployment docs talk about using Apache as reverse proxy) and I think the UDP-side is not specific to Wireguard at all. Bernhard