On tis, 2007-08-21 at 14:04 -0700, Srinivas B wrote: > Hi Henrik, > > One last question. > > CLIENT <----ssl------> SQUID <----------> WEB > SERVER(listens only to port 80) Ok > > for this configuration, I should do(correct me if I m wrong) > > cache_peer of the WEB SERVER with ssl option. No, you are not using SSL between Squid <-> webserver, so no ssl option in cache_peer. > do i need to include > > https_port entry if squid is serving for only this Web server purely > for cahing?? You need https_port, as the client will be using https to connect to Squid. Regards Henrik