hi, i've configured squid as an accelerator with radius auth. to access owa i have to pass two logins. radius and owa itself. after the second login the browser seems to reload the page continuously and the squidlog writes many "tcp_miss" and "tcp_denied". i tried several browsers but all have the same problem. if i accelerate a "normal" website (without second login) everything works fine... im using squid 2.5 with: httpd_accel_host virtual httpd_accel_port 80 httpd_accel_with_proxy off httpd_accel_uses_host_header on after reading this: http://www.squid-cache.org/Doc/FAQ/FAQ-23.html#ss23.6 im not sure if its really possible what im trying to do... any suggestions? Oliver Reiche
tcp_denied relates to http_access based denial. Check your acl's and http_access rules, for possible errors and or unintended side effect(s). M.