Hello, We have a test set up as below: Client <----> SQUID(PROXY1) <----> PROXY2 <-----> SERVER In the above set up Client browser is configured to point to PROXY2. So client sends the CONNECT request to PROXY2. PROXY1 which is running SQUID is transparently detecting this CONNECTION. The goal is that PROXY1 should bump the SSL connection between client and the PROXY2. Hence, I believe that PROXY1 should send the CONNECT request to PROXY2 and then all the data transfers occurs between PROXY1 and PROXY2. PROXY1 should then bump the traffic and send it to client. Is this possible? Please suggest the SQUID(PROXY1) configuration settings to achieve this. Thanks, Jatin