Title: proxy active directory authentication Ftp bypass Post by: menk on Thursday 06 June 2013, 09:00:41 pm hi,
i have endian 2.5.1 with proxy enable with active directory authentication. When i try to download a file with ftp i have an error: The requested URL could not be retrieved While trying to retrieve the URL: ftp://****.org The following error was encountered: Unable to forward this request at this time. Sorry, you are not currently allowed to request: ftp://******.org from this cache until you have authenticated yourself. This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that: The cache administrator does not allow this cache to make direct connections to origin servers, and All configured parent caches are currently unreachable. this happens with all ftp address.. How can i bypass this issue? Proxy setting is detect by proxy.pac configured in DHCP server. Thanks Title: Re: proxy active directory authentication Ftp bypass Post by: sree on Thursday 06 June 2013, 11:48:24 pm Hi,
Check your var/log/squid/access.log and firewall.log for more digging out this problem. Cheers~ sree Title: Re: proxy active directory authentication Ftp bypass Post by: menk on Thursday 13 June 2013, 07:21:00 pm i resolve the issue.
I modify proxy.pac, added this line at the end if ( url.substring(0, 4) == "ftp:" ) return direct; this resolve my problems. Bye!!!! |