koichik / node-tunnel

Node HTTP/HTTPS Agents for tunneling proxies
MIT License
537 stars 78 forks source link

Using httpOverHttp always? #22

Closed rightaway closed 6 years ago

rightaway commented 7 years ago

Maybe I'm not clear on the various functions offered by this module, but I've found it only works for me when I'm using httpOverHttp. Whether or not I am connecting to a website that is http or https, and whether or not I'm using a proxy that is https or not (see the https column in https://free-proxy-list.net/) - regardless of which of these combinations I'm using, it only ever works with httpOverHttp. Is this how it is meant to be or I'm doing something wrong?

koichik commented 6 years ago

Sorry for the delay. tunnel supports HTTP tunneling proxy using CONNECT method, and most of usecase is httpsOverHttp. Closing.