Friday, August 26, 2011

SQUID - The requested URL could not be retrieved

Error from squid is that it can not retrieve the url "/",
but the browser's url is http://google.com

ERROR

The requested URL could not be retrieved


The following error was encountered while trying to retrieve the URL: /
Invalid URL
Some aspect of the requested URL is incorrect.
Some possible problems are:
  • Missing or incorrect access protocol (should be http:// or similar)
  • Missing hostname
  • Illegal double-escape in the URL-Path
  • Illegal character in hostname; underscores are not allowed.
Your cache administrator is .





  
the fix :
in squid.conf :
http_port 3128 transparent



No comments:

Post a Comment