ProxY

WebHome | UnixGeekTools | Geekfarm | About This Site

Misc

portfwd

telnet session to a proxy server

muppet@runabout:/home/muppet $ telnet some-proxy 8080
Trying 136.232.33.11...
Connected to some-proxy.
Escape character is '^]'.
CONNECT www.verisign.com:443 HTTP/1.0

HTTP/1.0 200 Connection established
Proxy-agent: Netscape-Proxy/3.52

// ---> Tunnel and SSL session starts here
^]
telnet> close
Connection closed.





Updated Sun Jul 23, 2006 12:13 PM