|
|
|
|
|
by Sohcahtoa82
134 days ago
|
|
You've got it wrong. It doesn't have to be HTTP[S] traffic. Reverse proxies can disambiguate based on the SNI. I could run telnetd on port 23, but have port 23 firewalled off, and have my reverse proxy listening on port 443 with TLS forward anything going to telnet.mydomain.com to telnetd. Obviously, my client would need to support that, but a client-side proxy could easily handle that just as well. |
|
You would need to agree on a protocol and you would gain all the advantages but also the disadvantages of the tunneling protocol.