|
why squid doesn't work with some websites
I have been successfully using squid on a small home network (all running Fedora Core 6) except for not being able to access certain academic websites. When I alter the Mozilla connection settings to allow for a direct connection with the Internet I can access these sites without problems. Why is this happening?
My squid.conf file is the default except for these 2 lines before "http_access deny all":
acl internal src 192.168.1.0/24
http_access allow internal
This is the error message I get (generated by squid):
ERROR
The requested URL could not be retrieved
While trying to retrieve the URL: ntserver1.wsulibs.wsu.edu:6443
The following error was encountered:
* Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
Thanks for the help! --Jerry
|