Summary: | Konqueror (kio_http?) seems to bypass SOCKS | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Verdi March <cincaipatron> |
Component: | http | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | wishlist | CC: | adawit |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Verdi March
2006-06-01 19:21:34 UTC
kio_http does not use SOCKS at all. Does not work for me either. The strange thing about this is that it _did_ work with KDE 3.3.2 (Debian sarge packages). Oh forgot to say, I'm using 3.5.2 (Ubuntu 6.06 LTS package 3.5.2-0ubuntu27). Ok, I found out that it was the fix of bug #101149 which removed SOCKS support from kio_http. Diff can be found here: http://websvn.kde.org/trunk/kdelibs/kioslave/http/http.cc?rev=396327&r1=394565&r2=396327 Unfortunately the new configuration entry ("Use global SOCKS settings") in the proxy setup dialog is still not present. I think the baby has been thrown out together with the water when fixing that bug: at the moment there's no way to use a SOCKS proxy with kio_http. I guess this is over 4 years late, but you can use a SOCKS server so long as you enter the socks address in the HTTP proxy input field as "socks://<hostname>". kio_http will then automatically use that to go through the socks proxy. No client configuration required such as dante client needed. More changes to the proxy configuration and use will be forth coming in the future releases of KDE. Thanks for the report. |