If you want a secure channel when visiting unencrypted websites you can use an ssh port forwarding to tunnel all
browser traffic through ssh.

ssh -D localhost:5555 username@yourserver.com

Then configure your browser to use manual network settings and
enter localhost and port 5555 as SOCKS host.