On Fri, Jun 08, 2007 at 05:58:40PM +0100, Mehmet, Levent (Accenture) wrote: > I wanted to access http://tinyurl.com/2upvk6 but get the following > error: > > The following error was encountered: > * Connection to 127.0.0.1 Failed > The system returned: > (111) Connection refused > > How can I allow squid to access just this site............ Your squid is trying to connect to "localhost" for some reason. Check your cache_peer entries. If the request is meant to go through an additional proxy, check that it's actually running. Also check your DNS, in case squid's actually getting "127.0.0.1" back as the address of tinyurl.com. Without more information about your setup & squid configuration, we can't provide more than very general hints.