Proxy program?

Caporegime
Joined
12 Mar 2004
Posts
29,962
Location
England
Are there any easy to use programs that allow you to setup your own pc as a proxy? I have apache and apparantly that can be used as one. I also need some form of encryption, ideally something like ssl so the pc doesn't need special configuration and I can say just access websites through internet explorer as I would normally.
 
You can do a web based proxy (cgi proxy) for web browsing only. Much like all the annonomiser sites on the net. The other method is to use openssh and port redirects, this will let you point any programs ip: port to your home PC which then redirects it to the service (POP email or webservers for example), all in a SSL tunnel of course

program -> ssl client (putty) <wrapped in ssl> -> internet -> home pc (openssh) <removes ssl> -> redirected to email/web server etc
 
Back
Top Bottom