Hello, I've create a SSL tunneling on my mini2440, and I share that with you. You can browse from you job website through your mini2440, and all is crypted. 1. On emdebain install tinyproxy, me I using debain package : # wget http://ftp.fr.debian.org/debian/pool/main/t/tinyproxy/tinyproxy_1.6.3-3.... # dpkg -i tinyproxy_1.6.3-3.2_armel.deb 2. Configure it (Set port to 8888 ) # vim /etc/tinyproxy/tinyproxy.conf 3. Restart it /etc/init.d/tinyproxy restart Now my PC client is a Windows XP, so I'm using Putty: Go to Connection > SSH > Tunnel Source port : 8000 ( set that in firefox...) Destination : 127.0.0.0:8888 ( your proxy ) Open Firefox configure proxy on 127.0.0.1:8000. And it very speed !