my squid server is set to use the ncsa module to do authentication. and i can use this proxy with web browsers (IE/FF). i configured my transmission as:
"proxy": "my.proxy.ip",
"proxy-auth-enabled": true,
"proxy-auth-password": "mypassword",
"proxy-auth-username": "myname",
"proxy-enabled": true,
"proxy-port": 31288,
"proxy-type": 0,
after i started my transmission daemon, i still see TCP_DENIED/407 in my squid log. it seems that transmission did not provide the user account info. to the squid server, and the request is denied.
does anyone how to fix this?