Questions tagged [squid]

Squid is a proxy server and web cache daemon.

Squid is a proxy server and web cache daemon. It has a wide variety of uses, from speeding up a web server by caching repeated requests; to caching web, DNS and other computer network lookups for a group of people sharing network resources; to aiding security by filtering traffic. Although primarily used for HTTP and FTP, Squid includes limited support for several other protocols including TLS, SSL, Internet Gopher and HTTPS.

197 questions
13
votes
1 answer

How to know if Squid Proxy is doing the Cache correctly

I wanted to test if the Clients attached to a Squid Server are actually using the Cache data instead of going directly to the internet and retrieving the data. I have configured all clients browsers to read the Server:Port from the Squid Server…
Luis Alvarado
  • 211,503
11
votes
1 answer

Squid TCP_DENIED/403 4037 GET http://detectportal.firefox.com/success.txt - HIER_NONE/- text/html

I've just installed Squid 3.5.27 on Ubuntu Server 18.04 user@ubuntu:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04 LTS Release: 18.04 Codename: bionic user@ubuntu:~$ user@ubuntu:~$…
Sabrina
  • 2,003
  • 5
  • 24
  • 28
4
votes
1 answer

Unable to connect to freenode because of open proxy

When I connect to freenode, I am getting the following error. You are banned from this server- Your host is an open proxy (HTTP GET (3128)). Email proxyscan@freenode.net when corrected. karthick…
karthick87
  • 81,947
4
votes
1 answer

Squid 3 Installation error

I am trying to install squid using command sudo apt-get install squid but I am getting following error -- betgbs@proxy-server:~$ sudo apt-get install squid Reading package lists... Done Building dependency tree Reading state information...…
Chetan
  • 41
3
votes
1 answer

How do I get Squid to run as an anonymous proxy?

I have just installed Squid to make an anonymous proxy. I wasn't able to connect to it, so I used the following commands in this exact order. start squid, the response: squid start/running, process 8988 status squid, the response: squid…
2
votes
1 answer

Squid Proxy Server self compiled installation - ssl_crtd helpers are crashing

I am trying to setup Squid-Proxy Server 3.5.26 from squid-cache.org with SSL-Dump configuration. Using the standard apt-get approach to installing Squid-Proxy did not include OpenSSL modules that are needed. I'm following this guide: SSL Dump…
maxhap
  • 71
2
votes
0 answers

can't use squid any more because /var/cache/squid got deleted

I have manually deleted the file /var/cache/squid. Now I get this error: stat: cannot stat ‘/var/cache/squid’: No such file or directory To use squid again, what should I do? I'm using Ubuntu 15.10
sharq
  • 21
  • 3
2
votes
1 answer

Issue installing Squid

When I install Squid using sudo apt-get install squid this message came: Reading package lists... Done Building dependency tree Reading state information... Done Package squid is not available, but is referred to by another package. This may…
user288055
  • 21
  • 1
  • 2
2
votes
4 answers

missing squid in /etc/init.d

I installed squid v3 on ubuntu 13. Running squid3 -v responds with version 3.3.8 (yet I cannot find any squid script in /etc/init.d). I am able to run service squid3 restart (process shows as running). Any insight as to what I might have…
2
votes
0 answers

What is the difference between good_sites and trusted_sites?

The squid.conf file contains two lists of allowable domains, but I don't fully understand the difference between the two lists, one is called good_sites and the other is called trusted sites, below is the portion of the squid.conf that I am…
user188196
  • 21
  • 2
2
votes
1 answer

Squid is not caching

I have been trying to install Squid version 3.1.20 on Ubuntu version 12.10 by entering sudo apt-get install squid, but the problem is the squid I installed it is not caching. I tried to browse to the same websites many times it keep showing me…
2
votes
1 answer

How to modify config file from a separate file. Not symlink

I want to setup squid proxy. Would like to breakup the squid.conf file into two files. acl.conf rules.conf because squid.conf is so large and also easy to make mistake. I want to have these two files be clean, only contain access-lists and rules and…
bhaliti
  • 21
2
votes
2 answers

How do I remove a site from squidGuard blacklist?

I have just installed squidguard in my server to restrict porn or adult site. I followed these instruction. It's working great. Problem is squiguard list(blacklist) youtube.com as porn site. I want to remove youtube from blacklist. How can i do…
shantanu
  • 8,599
1
vote
1 answer

I do not have Squid installed on my Ubuntu system but receive squid error?

When I type sudo curl ifconfig.me it returns my ip, but when I type the same without sudo I get a squid Access Denied error? Does anyone know why this could be happening?
user2829148
  • 73
  • 1
  • 8
1
vote
0 answers

Squid3 transparent proxy config

I'm trying to setup a transparent proxy for my network. I'm running a ubuntu server with squid3 installed. To test it I've added this rule to my laptop. Which is suppose to forward all traffic on port 80 to the squid server. sudo iptables -t nat -A…
1
2