O > Hi mark > > I still get asked for authentication > > here are my cache_peer inserts > > acl wits src X.X.0.0/255.255.0.0 > acl premium-sites url_regex -i "/usr/local/squid/etc/premium-sites.txt" > cache_peer XXX.domain.ac.za parent 80 3130 proxy-only no-query no-digest > login=user:password > cache_peer_access xxx.domain.ac.za allow premium-sites > cache_peer_access xxx.domain.ac.za deny wits > > > > and my access.log entries. for testing, i've put cnn.com as a premium site. > > s.hementg FIRST_UP_PARENT/xxx.domain.ac.za text/html > 1140180422.032 806 146.141.77.33 TCP_MISS/407 1746 GET > http://www.cnn.com/ cns.hementg FIRST_UP_PARENT/xxx.domain.ac.za text/html > 1140180423.861 835 146.141.77.33 TCP_MISS/407 1746 GET > http://www.cnn.com/ cns.hementg FIRST_UP_PARENT/xxx.domain.ac.za text/html > > 407 is access denied. - Are the auth. data correct ? - does : % squid -k parse give any info and or errors ? M.