jpillora / chisel

A fast TCP/UDP tunnel over HTTP
MIT License
12.36k stars 1.32k forks source link

What's the difference between the SSH connections and the HTTPS connections from the client to the server? #483

Open u93 opened 6 months ago

u93 commented 6 months ago

Hi,

I've been looking and testing Chisel for a few days now, and it looks like a really good software solution... I'm evaluating now how the internal networking of the software works in order to use reverse tunneling.

I have a question regarding the difference between the HTTPS(WSS) connection to the default port 8080 and the SSH connections and authentication...

Some of my questions are:

Thanks!