View previous topic :: View next topic |
Author |
Message |
zark n00b
Joined: 27 Mar 2004 Posts: 74 Location: Belgium
|
Posted: Mon Apr 28, 2008 12:12 pm Post subject: Secure http traffic |
|
|
Hello
basically my issue is this, i roam a lot with my laptop for work.
Piggybacking on wifi connections is quite frequent. Off course for obvious reasons, i'd rather have my traffic crypted.
I'm already using imap4ssl on my server to have all my mail crypted.
but, most websites being in http, makes an issue.
I've already got an tinyproxy running on my server, that i basically use to have the same "client ip" everywhere i go.
i'd like to find an easy way to have all the traffic going from my laptop to my server in ssl or something similar.
i don't really know where to start looking, the internet so vast, and "bad" keywords throwing so many results that have notthing to do with my issue.
i imagine the solution would be a localhost proxy configured in FireFox, and that proxy forwards thru an encrypted pipe to my server that will do all the proxy fetching |
|
Back to top |
|
|
arndawg Tux's lil' helper
Joined: 02 Jun 2006 Posts: 97
|
Posted: Mon Apr 28, 2008 12:51 pm Post subject: |
|
|
What about setting up OpenVPN on your server? And just use this when you are out of office. |
|
Back to top |
|
|
skunk l33t
Joined: 28 May 2003 Posts: 646 Location: granada, spain
|
Posted: Mon Apr 28, 2008 1:02 pm Post subject: |
|
|
make a ssh tunnel to your server's tiniproxy port eg:
ssh -fCNL 8080:localhost:8080 <your_server_ip>
then configure your browser to listen on localhost:8080 |
|
Back to top |
|
|
zark n00b
Joined: 27 Mar 2004 Posts: 74 Location: Belgium
|
Posted: Tue Apr 29, 2008 7:05 am Post subject: |
|
|
thank you skunk !!!
i had heard of ssh tunneling, but never tryed it.
easiest solution to setup and it's perfect !
i even managed to set it up on a windows machine using putty |
|
Back to top |
|
|
|