> -----Original Message----- > From: Nicolas Velasquez O. [mailto:gnicolax@xxxxxxxxx] > Sent: Friday, September 30, 2005 3:52 PM > To: squid-users@xxxxxxxxxxxxxxx > Subject: transparent configuration with upstream proxy > > > > Hello there, > > I'm trying to setup a transparent squid with an upstream proxy that > needs authentication. > > I've already tried: > http://www.squid-cache.org/Doc/FAQ/FAQ-23.html#ss23.6 But you missed http://www.squid-cache.org/Doc/FAQ/FAQ-17.html#ss17.16 Interception (transparent) caching and proxy_auth don't mix. Just because the proxy_auth is on the parent doesn't mean it's going to work. > > The relevant options of the squid.conf: > cache_peer localhost parent 8080 7 login=PASS proxy-only > no-query allow-miss > acl all src 0/0 > never_direct allow all > no_cache deny all > httpd_accel_host virtual > httpd_accel_port 80 > httpd_accel_with_proxy on > httpd_accel_uses_host_header on > > > I've attached some snippets of the access.log. In when I try > transparent > mode, I only get TCP_MISS/407 and the browser doesn't asks for > user/password. But when I configure the proxy settings in the browser > it asks user/password and I can browse the web. > > > Any thoughts?? > > PS: By the way I don't mind giving up the caching, but it > could be nice > to be able to have caching too. > > -- > > Atentamente, > Nicolás Velásquez O. > Bogotá, Colombia > > (^) ASCII Ribbon Campaign > X NO HTML/RTF in e-mail > / \ NO Word docs in e-mail > Chris