First time posting, I installed squid 2.4 on a RedHat 7.3 Box. Without authentication, squid works great. I tried to add authentication and it does not work. I am using Webmin as the user database. I have the following ACLs:
acl password proxy_auth REQUIRED acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl SSL_ports port 443 563 acl localnet0 src 10.1.2.0/255.255.255.0 acl Safe_ports port 80 acl Safe_ports port 21 acl Safe_ports port 443 563 acl Safe_ports port 70 acl Safe_ports port 210 acl Safe_ports port 1025-65535 acl Safe_ports port 280 acl Safe_ports port 488 acl Safe_ports port 591 acl Safe_ports port 777 acl CONNECT method CONNECT http_access allow password http_access allow localhost http_access deny all When I make a connection with another machine, it prompts for a username and password. ONce I enter it it gives me a "Page could not be displayed" but if I hit Shift Refresh everything works fine. If you have a functional squid.conf file or if you have seen this issue please let me know. secur55(at)hotmail(dot)com
