Hi All,
I am using squid3.0 satble 15.
I am facing the authentication loop . For a page to load squid is asking for
3 to 5 times (may be for each ajax request)
When I give wrong password it is saying
Sorry, you are not currently allowed to request http://yahoo.com from this
cache until you have authenticated yourself.
When I give correct password it is asking repeatedly (for every click)
Here is my squid configuration.
http_port 3128 accel vport vhost
auth_param basic program /usr/lib64/squid/squid_radius_auth -f
/etc/squid/squid_radius_conf
auth_param basic children 2
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
acl radius-auth proxy_auth REQUIRED
http_access deny all !radius-auth
http_access deny !radius-auth all
http_access allow all
http_reply_access allow all
visible_hostname localhost
#miss_access allow all
cache deny all
always_direct allow all
can any one suggest me the order of http_access entries in the configuration
file?
Appreciate your response.
Thanks
-Sampath.
-- View this message in context: http://www.nabble.com/Authntication-loop-tp24052068p24052068.html Sent from the Squid - Users mailing list archive at Nabble.com.Received on Tue Jun 16 2009 - 11:32:36 MDT
This archive was generated by hypermail 2.2.0 : Wed Jun 17 2009 - 12:00:04 MDT