I have a huge network with around 1000 users. We use squid(3.1.x) as forward caching proxy server, and we also authenticate our users to allow them access to the internet (helps us log what a particular user is accessing).
The problem is, this connection between client and proxy is plain text, so anyone using packet sniffer can see the login credentials of other users.
Does anyone have a solution for this?