0

I have installed Squid with Dansguardian and configured it exactly as instructed here. It works fine for https traffic, which is allowed through just fine. However, squid doesn't allow any http traffic through. Instead, the browser displays a page generated by squid that states that I am not allowed to access the requested resource.

What I want is squid to allow all traffic through. It is not a firewall; it is there simply to allow dansguardian to do its work.

Any help would be appreciated!

Adam
  • 524

1 Answers1

0

Apparently, configuring squid using the "transparent" setting on the http_port directive breaks things in squid. I removed the "transparent" keyword and it works now.

Adam
  • 524