I have Squid 2.5Stable6 setup in reverse proxy mode. Our web app requires SSL and is terminated at the squid box. The problem is the web app needs to check each URL to confirm that SSL (https) is begin used and if not forces the client to use https with a redirect. But the web server only sees non-ssl (http) traffic that was sent from the squid box. This is causing a infinite loop while the web app checks for ssl and trys to force it via a redirect. How can we check to confirm every client is using ssl (https) and if they are not force them too? Thanks for any help