On Wed, 2004-12-08 at 22:47, Elsen Marc wrote: > > > > > > > A client of ours wants one of our products to work through their proxy > > instead of opeing a port on their firewall .. so I am trying > > to find out if > > squid will proxy a request made by a tcp socket ... Does > > anyone know if this > > is possible ... > > No : > > http://www.squid-cache.org/Doc/FAQ/FAQ-1.html#ss1.1 I don't have access to the I-net, but will add this.
Squid can proxy but it will be using the CONNECT protocol. If that's the case, squid will just pass the message directly and not cache it. eg: SSL ports/MSN ports etc. Am I wrong?
