ons 2003-03-19 klockan 15.06 skrev Roberto Barbieri: > What i need to do now, is to protect the authentication data , and the > user's traffic if it's possible.
Not possible when using HTTP. What you can do to protect the authentication data is to switch to using Digest HTTP authentication instead of Basic HTTP authentication. This exchanges the authentication data in a secure manner. To set up Digest authentication you need to upgrade to Squid-2.5.STABLE2 and use a browser which has support for Digest authentication. The password file will also be different. Regards Henrik -- Henrik Nordstrom <[EMAIL PROTECTED]> MARA Systems AB, Sweden
