> Hi, > > can I have an incoming connection on the port 80 and forward it to the > destination on another port within a ssl connection? > > I try to explain with a diagram: > > Web > Browser ----> Squid =====> Destination > http https > port port > 80 443 > > Many thanks. > Yes. It happens on two occasions: - ssl options set on the cache_peer config. - client requests a URI from cache as https://... Amos