> My squid.conf has these lines: [squid.conf line snipped]
> This config should prompt the client for a > digest auth, right? I've never used digest auth, but that looks ok. > I created the digpass file with htpasswd, so > it's MD5 crypted. There's your problem - the encryption takes place between the browser and Squid. The file itself must have the passwords in plain text. I believe this changed in Squid 3, but you don't specify which Squid verion you're using. Basic auth, on the other hand, has passwords as plain text between the browser and Squid, but encrypted in the password file. Also, you posted this problem twice to the list - that's poor etiquette. In this case it was a good thing because you included the bit about encrypting the passwords in the file, but please don't do it in the future. Adam
