Results 1 to 1 of 1
Hello guys, sorry for bothering you,
I got a problem with authentication on squid3 proxy server, I've sucessfully installed squid3 and works fine without authentication, but when i've added authentication ...
- 01-10-2012 #1Just Joined!
- Join Date
- Jan 2012
- Posts
- 2
Squid3 - ubuntu11 - authentication infinite loop
Hello guys, sorry for bothering you,
I got a problem with authentication on squid3 proxy server, I've sucessfully installed squid3 and works fine without authentication, but when i've added authentication in my browser it keeps requesting for username and password...
(i guess the username and passwords aren't recognized?)
I spent some hours trying to fix this but, without any luck, so i decided to post here, in case someone might have a clue.
To create users + passwords i've been using
And i've chmoded to 777 /etc/squid3/pass, also, i've checked to see if the users+passwords are saved in that file.Code:htpasswd /etc/squid3/pass bhw
Bellow is my current config
Code:forwarded_for off request_header_access Allow allow all request_header_access Authorization allow all request_header_access WWW-Authenticate allow all request_header_access Proxy-Authorization allow all request_header_access Proxy-Authenticate allow all request_header_access Cache-Control allow all request_header_access Content-Encoding allow all request_header_access Content-Length allow all request_header_access Content-Type allow all request_header_access Date allow all request_header_access Expires allow all request_header_access Host allow all request_header_access If-Modified-Since allow all request_header_access Last-Modified allow all request_header_access Location allow all request_header_access Pragma allow all request_header_access Accept allow all request_header_access Accept-Charset allow all request_header_access Accept-Encoding allow all request_header_access Accept-Language allow all request_header_access Content-Language allow all request_header_access Mime-Version allow all request_header_access Retry-After allow all request_header_access Title allow all request_header_access Connection allow all request_header_access Proxy-Connection allow all request_header_access User-Agent allow all request_header_access Cookie allow all request_header_access All deny all ##I've changed my real ip in here acl ip1 myip 10.00.00.00 tcp_outgoing_address 10.00.00.00 ip1 http_port 3128 transparent cache deny all cache_dir null /tmp auth_param basic program /usr/lib/squid3/ncsa_auth /etc/squid3/pass auth_param basic children 5 auth_param basic realm Web-Proxy auth_param basic credentialsttl 2 minute auth_param basic casesensitive off acl ncsa_users proxy_auth REQUIRED http_access allow ncsa_users


Reply With Quote