> > I have a legacy piece of code that is attempting to go through the proxy > using the following port -1: > > http://www.server.com:-1/test/ > > Squid is setup as transparent but still blocking the -1 port. > Any suggestions to allow this port to go through the proxy? Patch/crack the application to use a valid port number. Amos