I created a proxy by creating a SSH tunnel using PUTTY, and then filling in the values of the server in my home computer's browser proxy settings. I entered the server IP in the Socks list.
I can view all HTTP non secure sites, but when I try to go to a HTTPS site, the page comes out blank. Happens with all HTTPS sites.
Whilst connecting by putty, I even tried putting local port 443 and destination port localhost:443, and filling in the browser proxy settings for the HTTPS field, but no luck still.
Can anybody tell me how I can achieve to browser HTTPS using my proxy.
telnet www.google.com 443it saysConnection Established@gmh1014 I tried in firefox, IE8, and Chrome. None of them working for HTTPS sites @David I am creating a SSH Tunnel between my home computer and my VPS server, and am accessing the internet through my server using that Tunnel. – Damchey Jul 7 '11 at 5:08-Dflag for ssh. Have a look at the man page! – MadHatter Jul 7 '11 at 6:03