Primary download
proxytunnel-1.1.3.tar.gz
The latest tarball hosted in this directory, published on February 8, 2004.
Download the tarballProject archive
Software for tunnelling SSH sessions and other traffic through HTTPS proxies. Originally written to get through restrictive corporate networks using the proxy's CONNECT tunnel.
Connects standard input and output to a destination host through an industry-standard HTTPS proxy.
It made it possible to use SSH and similar tools in environments where only web proxy access was allowed.
Start with the article for context, then the README for command-line usage and OpenSSH integration.
Downloads
Primary download
The latest tarball hosted in this directory, published on February 8, 2004.
Download the tarballDocumentation
Command-line options, proxy authentication flags, and the original OpenSSH ProxyCommand setup.
Essay
The original long-form article on HTTPS proxies, network restrictions, and why this trick worked.
Read the articleNotes
Typical setup
The original README positions proxytunnel as an OpenSSH helper. You point ProxyCommand at the binary, supply the proxy host and credentials, and tunnel to the destination host over an allowed port such as 443.
Capabilities
Local usage supports proxy host and port selection, destination host and port, optional username and password, verbose mode, quiet mode, and local dotted-quad resolution for awkward proxies.
Context
Corporate networks often allowed mail and web traffic while blocking everything else. HTTPS CONNECT tunnels created a narrow but useful way through.
History
This directory keeps the original project materials intact, including the essay and the release archive. The "latest and greatest" note historically pointed readers to SourceForge, which is still linked below for context.