LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   ssh tunnel and socks proxy error: empty reply from server (https://www.linuxquestions.org/questions/linux-networking-3/ssh-tunnel-and-socks-proxy-error-empty-reply-from-server-4175484219/)

shams 11-11-2013 11:30 AM

ssh tunnel and socks proxy error: empty reply from server
 
I want to foreward my web traffic with ssh tunnel through my remote shell server i create the tunnel:
Quote:

ssh -ND 8888 user@shell.example.net
The tunnel is successfully created, and then setup the firefox for this socks proxy, now when i want to open a site in firefox there is just a blank page with error:
Quote:

empty reply from server
my shell server allow the forwarding as described in this question:
Quote:

Can I use my shell account to SSH forward/proxy/tunnel my Internet traffic?
Yes, we allow TCP forwarding through SSH. Your traffic will exit through the Tor network.

evo2 11-12-2013 08:21 PM

Hi,

I use ssh -D tunnels too. They work quite well with chromium but I was never able to configure firefox (or iceweasel in my case) to use the proxy correctly. It might be useful to test the proxy with another browser to determine if the problem is with the proxy itself or with the firefox configuration.

For example with chromium you can try:
Code:

chromium --proxy-server="socks://localhost:8888"
HTH,

Evo2.


All times are GMT -5. The time now is 06:10 AM.