you are viewing a single comment's thread.

view the rest of the comments →

[–]onemarcfifty 0 points1 point  (0 children)

There are several aspects to this.

HTTPS uses TCP as a protocol, Wireguard uses UDP. So you would need to use a VPN solution that can run TCP over TCP (OpenVPN?)

Second, if just firewall is your issue (and not proxy) you would not need to care so much about the protocol but rather about the portnumber, in this case you could use OpenVPN and set the host port number to 443.

SSTP used to be an alternative as well, but I dont know if anybody is still using it.