Y
Hacker News
new
|
ask
|
show
|
jobs
by
grahamedgecombe
4620 days ago
It can work like this - see:
http://wiki.squid-cache.org/Features/HTTPS#CONNECT_tunnel
1 comments
kenrose
4620 days ago
Right. Sorry, in case I wasn't clear, the HTTP proxy acts as a
proxy
for HTTP on port 80, but
tunnels
HTTPS traffic (and anything else including ssh) on port 443. The tunnelling is done using the HTTP CONNECT verb.
link