Re: plaintext http => ssl proxy?
Check this link out. OpenSSH has a built in SOCKS5 proxy, so you can simply:
Code:
ssh -D 9999 username@ip-address-of-ssh-server
And then have your browser use localhost:9999 (or whatever port you chose).
You can also use tsocks in combination with the OpenSSH socks proxy to proxify almost any application. ssh as in the example above, and set up your tsocks.conf file to point to localhost 9999, then run "tsocks /path/to/application" and tsocks will do the proxying for you.
Seth Grover
e: sethdgrover [at] gmail [dot] com
Bookmarks