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
0 answers

squid client's DNS stops working after server connects to a VPN

I want to tunnel squid's client's traffic through the VPN the squid server is using. However after the server connects to the VPN, client's DNS stops working. VPN on server: Windscribe GUI in wstunnel mode. only testable option in Iran squid.conf
0
votes
0 answers

Squid proxy error TCP_MISS/503

I'm using a 2 server connected to the same network using the same Squid Proxy. After installing a local agent, the first server is working fine but the second shows me this error in Squid Logs: TCP_MISS/503 4050 POST http://localhost:9420/Agent.wsdl…
Mick
  • 1
0
votes
0 answers

Squid shutdown on web request of type http://ftp.domain.country

I have compiled and installed Squid proxy (version 5.6) on Debian 11. When I enable certain response size control rules (reply_body_max_size), Squid stops instantly when making a web request to web-serving FTPs (for example: http://ftp.sld.cu it´s a…
Francisco
  • 129
  • 6
0
votes
1 answer

Preferring IP v4 over v6 in Squid proxy 5.0 and newer

Squid 3.1 introduced dns_v4_first option to query and use DNS A records first instead of AAAA records. This helped a lot in situations where IPv6 was “second-class citizen” compared to native IPv4 — that is: 6to4, 6in4 or otherwise…
Anton Samsonov
  • 281
  • 1
  • 9
0
votes
0 answers

How to configure Squid Proxy behind Cloudflare Tunnel?

I am trying to use Squid Proxy behind Cloudflare Tunnel. I just install Squid on my Rapberry PI with Ubuntu. I just take a free Domain from Freenom and put it on Cloudflare. I add on Freenom the CF Nameservers. On CF I add a new Tunnel on CF and…
Adem Aga
  • 1
  • 1
  • 1
0
votes
1 answer

SSLError when running python script on Windows Server

I am trying to run a python script on my Windows server hosted on AWS. The server sits behind a proxy which directs traffic to the internet. From my account, I can pip install any packages, and it works fine if I set my proxy on inetcpl.cpl. I can…
Mervin Hemaraju
  • 115
  • 4
  • 14
0
votes
1 answer

Windows update through explicit Squid proxy - 0x80072EE6

I'll try to give a thorough rundown of the environment: anonymous proxy proxy must be set for Internet access 2 Squid proxies on RHEL8 behind an f5 - not caching 2 Windows AD DCs, both running 2019 Standard experiencing the issue. Both freshly…
Travis
  • 123
  • 8
0
votes
0 answers

Squid in Docker Image can't read config file

I try to put a squid in a docker image via following Dockerfile: FROM ubuntu:22.10 ENV TZ="Europe/Berlin" ENV APT_HTTP_PROXY="Acquire::http::proxy \"http://192.168.0.2:8080/\";" ENV APT_HTTPS_PROXY="Acquire::http::proxy…
Thomas P
  • 51
  • 1
  • 9
0
votes
1 answer

curl -X GET http://localhost:9200 return Access Denied

I am trying to install and setup Elasticsearch 8 on Centos 7 server, the service started but when I do curl -x GET HTTP://localhost:9200, or curl -x GET HTTP://127.0.0.1:9200 or curl -x GET HTTP://(local IP of the host):9200, the return is like…
Mai
  • 1
  • 1
0
votes
0 answers

How to process a request with squid externally?

It is possible to catch a request that passes through squid proxy in order to analyze it with an external program? I have an application that is used in about 400 workstations. I don't have access to any config or source code of this application,…
0
votes
0 answers

Proxy squid Very slow

I work in a school where we have approximately 500 computers. We have installed a proxy SQUID to filter adult websites etc. The server got like 32go ram and enough storage. But surfing become too slow when there are too many clients. -What could be…
redshadow
  • 1
  • 1
0
votes
1 answer

How is the best practices to build proxy server on ubuntu?

I added to my server IP Failover (32 IP / OVH). I want to build a proxy server on one container on docker on this server. Which tool/lib is the best in this situation? I need a proxy for scraping several pages via puppeteer. At the moment I using…
mxcdh
  • 113
  • 2
0
votes
0 answers

SendEcho ERROR: sending to ICMPv6 packet to [2a06:98c1:3121::7]: (101) Network is unreachable

we are using (Ubuntu 20.04 / Squid server / running on Azure) we are getting bellow error, SendEcho ERROR: sending to ICMPv6 packet to [2a06:98c1:3121::7]: (101) Network is unreachable We are not using IPv6, IPv6 already disable in network file.…
0
votes
1 answer

Dockerised local Squid proxy gives 5xx errors to some requests done with Axios but works with others

I'm trying to set up a local Squid proxy which does not cache anything. I am using Dockerised squid based on this image: https://hub.docker.com/r/ubuntu/squid I run the image like so: docker run -d --name squid-container -v…
Tarmo
  • 101
  • 2
0
votes
1 answer

Squid regex syntax description?

From abuse.ch one can get a plain text file with malware distributing URIs. I want to use this as a blacklist for squid proxy (not yet sure about runtime behavior). It should not be to hard to convert the URI file into a regex file for acl aclname…
Thomas P
  • 51
  • 1
  • 9