Using WCCP (Cisco router as WCCP router and Squid as web-cache server configured to work in transparent mode) I experienced problems opening different https:// pages. This is because some services (webservers), check whether subsequent https connections are the coming from the same origin as the original http access. As https:// is not intercepted but routed like any other traffic the requests arrives with the real client IP address.
When using transparent mode and if you want to get rid of these problems you have to:
I want to thank Henrik Nordstrom, Marc Elsen and squid users for help and great support they provided. Here is my network diagram. |