UIKit0 / newsbeuter

Automatically exported from code.google.com/p/newsbeuter
0 stars 0 forks source link

proxy not working? #294

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install and set up tor and privoxy 
2. .newsbeuter/config: proxy localhost:9050, proxy-type socks4a
3. start newsbeuter and reload

What is the expected output? What do you see instead?
tcpdump sais it connects directly, bypassing the proxy setting

What version of the product are you using? On what operating system?
2.5. Ubuntu.

Please provide any additional information below.
"torsocks" works, the internal setting not.

Original issue reported on code.google.com by i...@zeromail.org on 7 Jul 2012 at 4:41

GoogleCodeExporter commented 9 years ago
Do you have "use-proxy yes" specified in .newsbeuter/config?

Original comment by cru...@gmail.com on 15 Jul 2012 at 7:17

GoogleCodeExporter commented 9 years ago
D'oh, this one is on me.

How about adding this to the "proxy" config section in the man-page?
Or enabling this by default when "proxy is set"?

This brings the next problem though. If fails with "proxy-type socks4a"

> Error while retrieving http://showmyip.com/rss.php: HTTP response code said 
error

Works with socks4 and socks5, but both leak DNS.

Original comment by i...@zeromail.org on 15 Jul 2012 at 8:39

GoogleCodeExporter commented 9 years ago
Unfortunately, this is still the case.
socks4 and socks5 leak DNS, and socks4a fails.

Original comment by i...@zeromail.org on 21 Sep 2014 at 5:30