Opened 14 years ago
Closed 13 years ago
#795 closed feature-request (Fixed)
proxy settings ignored
Reported by: | anonymous | Owned by: | mvoncken |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | 0.5.x | Version: | 0.5.8.4 |
Keywords: | proxy | Cc: | bugzilla@… |
Description
I specified a proxy via webui, but all connections go directly ( can be seen with netstat). It is very important that all traffic go through a proxy for different reasons. How can I make sure it does? I could use either http, socks4 or socks5 (or a combination), so long as all the traffic really goes through... (right now I tried with socks5)
Thank you for your help!
Note that I am running 1.1.1 not 1.1.0, all settings are default, except that upnp is deactivated (with upnp on, deluge made python dump core...) Platform is FreeBSD7.1
Change History (3)
comment:1 Changed 14 years ago by anonymous
- Component changed from core to webui
- Owner changed from andar to mvoncken
comment:2 Changed 13 years ago by anonymous
- Component changed from webui to 0.5.x
- Type changed from bug to feature-request
- Version changed from 1.1.0 to 0.5.8.4
comment:3 Changed 13 years ago by damoxc
- Resolution set to fixed
- Status changed from new to closed
Well this has been fixed.
Note: See
TracTickets for help on using
tickets.
I have hacked around in the config (which has a really obscure format btw) and found that there actually are options for settings individual proxy settings for different connection types. I set those values manually and now proxying works.
So this is a actually a bug in the Web-Ui/ajaxui, offering wrong/outdated settings for proxy configuration.