Hello, I'd like to filter URLs used with https, in transparent proxy mode. I understand that once the HTTPs encrypts the payload between the web client and the web server, there is no way to snooping the encrypted data without breaking/failing crypto. But all I need is to be able to apply blacklisted URLs to the HTTPs requests, and the URLs appear in the clear in HTTPS packets (no encryption). Is there any way to achieve that with squid? If not, how do people achieve filtering of blacklisted URLs on HTTPs traffic transparent to the PCs (no configuration on the PCs allowed) -- considering all the other Linux tools? Thank you for the answers. Ali