Questions tagged [squid]

Squid is a FOSS package licensed under the GNU GPL and is primarily used as a web proxy server and cache.

Squid is a FOSS package licensed under the GNU GPL primarily used as a web proxy server and cache.

In addition to its primary usages for web proyying and caching, it supports FTP and has limited support for several other protocols, including TLS, SSL, HTTPS and Gopher.

It has a wide variety of uses, from speeding up a web server by caching repeated requests (reverse proxy); to caching web, DNS and other computer network lookups for a group of people sharing network resources (regular proxy); to improving security by filtering traffic (layer 7 firewall).

Squid's homepage is here, and its Wikipedia entry is here.

1400 questions
4
votes
0 answers

Squid 3 server not following 301 and 302 redirects?

I've got a Squid3 server set up that's working fine, logging everything, but every time a user visits a website that responds with a 301 or 302 redirect, the request dies and does not redirect the user's browser. All the research I've done mentions…
Rob Williams
  • 183
  • 1
  • 5
4
votes
1 answer

How can I inspect why Active Directory can't use kerberos and fallsback to NTLM?

I have been trying to get squid running with kerberos auth for a few days but I'm in some trouble. The problem has been asked and replied many times on both the squid-users list and on the web, I have read them all, and tried to solve the problem.…
Muhammet Can
  • 161
  • 1
  • 6
4
votes
1 answer

Squid 403's every request as an HTTP proxy

So I am trying to setup a squid as an HTTP proxy. This proxy is for testing purposes only and on an internal network, unreachable from outside. I can connect to the proxy fine, but Squid 403's every HTTP request. In a quick and dirty attempt to…
Snaxib
  • 175
  • 1
  • 1
  • 5
4
votes
1 answer

SARG reports for Squid filling up the disk, how to purge them?

I am running Squid 3 on Ubuntu 10.04, with SARG for reports. It's mostly working quite well, but I'm running into problems with the server becoming totally full with the SARG reports. I created this script, that tries to get rid of anything older…
UrkoM
  • 383
  • 4
  • 17
4
votes
1 answer

Macs behind a proxy, using squid for SSL and HTTP traffic

There appears to be an NTLM bug in OSX in how authentication is handled with our corporate proxy. On several Macs (and iDevices) Safari, iTunes, Software Updates, AppStore etc all crash when they attempt to authenticate. Unable to find a 'real'…
jayboston
4
votes
3 answers

What is the best way to automatically configure Windows desktops and laptops in an AD environment to use a proxy server?

I have recently setup a Squid proxy server for caching purposes and would like to start pointing my desktops and laptops to it. My computers are running Windows XP with IE8 and Windows 7 with IE9.
Corey
  • 2,031
  • 12
  • 39
  • 54
4
votes
3 answers

How to configure Squid with for authentication but skip it for local requests?

My Squid HTTP proxy works fine with authentication. Here is the config: auth_param basic program /usr/lib/squid/pam_auth auth_param basic children 5 auth_param basic realm test-proxy auth_param basic credentialsttl 4 hours auth_param basic…
Witek
  • 1,433
  • 3
  • 14
  • 16
4
votes
1 answer

Logging HTTPS traffic through a proxy

How do I configure squid (or any other) proxy server to keep log of URLs visited, and files downloaded, over HTTPS? Is it possible?
Abhijeet Pathak
  • 175
  • 1
  • 1
  • 8
4
votes
2 answers

SELinux & ncsa_auth in Squid

I'm trying to enable SELinux on a CentOS 5.5 server with Squid 3.1.12 that handles authentication via ncsa_auth. When I turn off SElinux everything works fine, but when I enable it, Squid crashes on the authentication-plugin, ncsa_auth. This is the…
Bart De Vos
  • 17,911
  • 6
  • 63
  • 82
4
votes
1 answer

iptables refuses connections to squid port on CentOS 5.5

I installed squid on a fresh CentOS 5.5 and added this rule for iptables: -A RH-Firewall-1-INPUT -m state --state NEW,ESTABLISHED,RELATED -m tcp -p tcp --dport 8080 -j ACCEPT Using this HOWOT:…
Pedram
  • 143
  • 6
4
votes
3 answers

Squid use eth1 outgoing ip change

I've set up squid as an http proxy and I've multi nic cards, by default it uses eth1 ip for outgoing; I want it to use eth1:1 ip for outgoing. Any clue?
user47556
  • 509
  • 1
  • 5
  • 11
4
votes
5 answers

Which version of squid should I choose?

There are 3 squid releases in squid's official website: 2.7, 3.0 and 3.1. I am confused, which one should I choose?
Leon
  • 173
  • 2
  • 9
4
votes
1 answer

Need help with ntlm auth in Squid 2.7 and Active Directory group permission

I'm having problems with squid and NTLM auth, I already have ntlm auth (http://wiki.squid-cache.org/ConfigExamples/Authenticate/Ntlm) working so only logged users to the AD can navigate through the proxy. Now I need to set an ACL with dstdomains so…
SiRGt
  • 43
  • 6
4
votes
3 answers

slow response from squid proxy - optimization

We use squid 3.0 on Centos5.3 and have currently 20 users (Internet Explorer) using this proxy. The problem is that the access through proxy is slower. Even a simple webpage like google.com(.au) takes 5sec longer than a direct connection without…
Jindrich
  • 4,968
  • 8
  • 30
  • 42
4
votes
2 answers

Why is squid breaking kerberos/NTLM auth?

I'm using squid 2.6.22 (Centos 5 Default) as a proxy. Squid seems to break the authentication process for web pages when they require NTLM or Kerberos Auth. I tested with sharepoint 2007 and tried all 3 authentication methods (NTLM, Kerberos,…
DonEstefan
  • 128
  • 2
  • 9