Dear All, I would like to configure squid as secured Proxy Server for securing communication between web browser and SQUID so SQUID will use SSL or secured connection to web browser for handling HTTPS and HTTP requests. Example: 1. When user is trying to access web site like: www.abc.com, 2. The browser will create SSL/secured connection like HTTPS with SQUID, 3. The SQUID will manipulate the request, 4. The SQUID will connect to web site http://www.abc.com as normal HTTP request/connection. 5. The SQUID will send response returned from site www.abc.com to the web browser securely through SSL. Kindly send me possible solutions with sample configuration file for squid. Furthermore, I have already configured SQUID as transparent proxy for handling HTTP request on Port 3128 and HTTPS request on Port 3129. Regards, Sapan Shah