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
0
votes
1 answer

Squid Proxy .pid file disappears after few seconds on startup

I have two virtual Ubuntu Servers which are equal and both have Squid Proxy on them. The problem is that Squid on server startup creates .pid file, but after 10-20 seconds it disappears and I have to manually type: /usr/local/squid/sbin/squid Then…
Mezja
  • 11
  • 5
0
votes
1 answer

Squid Proxy Setup, Paired With Google Cloud - Configure Outgoing Traffic

Summary; I am attempting to set up a transparent proxy for use with a Minecraft server I'm setting up for friends at home. I am needing help figuring out the more technical aspects of setting up Squid to forward to my home network, with a specified…
0
votes
1 answer

Couldn't upload files to Sharepoint site while passing through Squid Proxy

we have this issue: one of our employees is collaborating with a supplier and he needs to upload documents on a Sharepoint site hosted on the supplier's main site. In our environment we use Squid Proxy to allow people navigate on the net (we have…
Ecio
  • 121
  • 3
0
votes
1 answer

Squid Http proxy doesn't work in git clone

I've installed the Squid through Docker and tested with curl and browser, it works fine! And then I'm going to set the Http proxy to git, the below is my command: git config --global http.proxy http://myserverip:3128 And then, here is the result of…
0
votes
0 answers

Squid 3.5 on Centos7 running as a transparent proxy

Hey Serverfault friends; I'm trying to construct a Squid Proxy acting transparent for all egress traffic flows as a proof of concept in my environment. I've got one question, and one problem (that I know of!). The question: I've got iptables set up…
DavisTasar
  • 344
  • 1
  • 6
  • 16
0
votes
1 answer

Squid proxy between two firewalls, need iptables solution

At the company I work for we need to implement what I think it's called transparent proxy. How it's now: A(lower secured area)--Cisco ASA-----Cisco ASA----B(higher secured area) What we need: A(lower secured area)--Cisco…
Chris
  • 1
0
votes
1 answer

SQUID: Impossible to deny the port 80

I would like to make my internet site only working with https. I tried the following solution: Squid reverse proxy redirect / rewrite HTTP to HTTPS acl PORT80 myport 80 acl MYSITE dstdomain foo.server.com http_access deny PORT80 MYSITE deny_info…
Jerome
  • 1
  • 1
0
votes
2 answers

How to configure squid4 as transparent proxy?

There are many posts how to do that, most for older versions. According to this post, to setup squid as transparent server for port 80 it should be as simple as this: //squid.config http_port 3128 transparent http_port 80 accel #vhost option is…
Miguel
  • 541
  • 4
  • 7
  • 17
-1
votes
1 answer

Forward and reverse proxy on the same port

I'd like to configure Squid 3.5 (or anything else that could do the job) to act as both a reverse proxy and a forward proxy on the same port. Leaving a port in the default forward proxy mode makes Squid return an error, when receiving a GET /…
kranklis
  • 31
  • 4
-1
votes
1 answer

Squid 3.5.20 doesn't authentificate via Active Directory and Kerberos

I make transparent proxy via AD and Kerberos V5. CentOS joined to Windows domain with realm: [root@vs-otr-squid02 ~]# realm list domain.ru type: kerberos realm-name: DOMAIN.RU domain-name: domain.ru configured: kerberos-member …
Ruslan
  • 1
  • 2
  • 5
-1
votes
1 answer

Squid proxy not working when upgrade to 3.5

Please someone help. I've spent 2 weeks trying to get proxy script that was always used on a different server with 128 ips working on the new server with 253 ips. acl manager proto cache_object acl localhost src 127.0.0.1/32 acl to_localhost dst…
-1
votes
1 answer

squid web proxy time quota database

the doc about Squid time quota write: "Filename of persistent database. This defaults to ext_time_quota.db...". But how create time-quota.db? Squid is installed up and running, but ext_time_quota_acl doesn't found time_quota.db file and…
-1
votes
1 answer

acl url_regex on squid3 is not working using an online tested regular expression

I was asked to block Facebook access from 8:00am to 3:00pm for almost all users but they are bypassing the current defined rules to access the social network anyway. This is consuming a lot of our low bandwidth and we can't even work. I decided to…
ppdmartell
  • 11
  • 1
  • 5
-1
votes
1 answer

pfSense Squid https filtering ERROR - URL cannot be retrived

I have pfsense 2.3.5 with squid 3.5 running on it. I have implemented HTTP and HTTPS filtering: http works like a charm, HTTPS doesn't work at all. I have uploaded the certificate into the browser but when I try to brows any https website I get the…
Federi
  • 109
  • 1
  • 2
  • 6
-1
votes
1 answer

sending HTTPS traffic after Squid+SSL_BUMP to a second proxy

After configuring Squid to perform SSL Bump on HTTPS SSL requests from clients..i want to send this to another proxy that will perform its own MITM and connect to the 'target Server' and return back the information to the client........ What is…
Jeryl Cook
  • 99
  • 4