Skip to main content

Questions tagged [squid]

Squid is a free, cross-platform caching proxy primarily used for web documents. Licensed under the GNU GPL, it runs on most available platforms, including Linux, FreeBSD, OpenBSD and Windows. It supports HTTP, HTTPS, FTP and other protocols.

0 votes
0 answers
134 views

Lightsquid in Docker: resource mapping recommendations

Now I'm trying to have some practice with docker and working on lightsquid containerization. There is a practical task of setting up several Squid servers for different purposes so I realize that ...
AlexT's user avatar
  • 1
0 votes
0 answers
617 views

How to setup iptables to feed squid proxy server?

I am following this https://raspberrytips.com/raspberry-pi-firewall/ to setup iptables for squid proxy server. iptables -t nat -A PREROUTING -i wlan0 -p tcp --dport 80 -j DNAT --to 192.168.42.1:3128 ...
ByteArtisan's user avatar
0 votes
1 answer
114 views

Fail to install squid on Raspbian

I try to install squid proxy on Raspbian, from Webmin but, after installed successfully, can't configure the module to start using it. The command squid was not found on your system. Maybe it is not ...
ByteArtisan's user avatar
1 vote
0 answers
437 views

Logging websocket connections in Squid

I'm monitoring Squid access.log, expecting to see when an application opens some websocket connections. But new records seem to appear only when the connections are closed (although I'm not 100% sure ...
Wintermute's user avatar
3 votes
1 answer
8k views

Squid Proxy Very Slow Causing Timeout

I have just installed the Squid proxy server on a Raspberry Pi (Raspbian). I am trying to connect to it via Firefox. I have made the following proxy settings (dummy IP below obviously): It connects ...
Vlad Schnakovszki's user avatar
0 votes
1 answer
3k views

Who is making DNS lookups? My system/browser or my squid proxy/remote server?

I configured squid proxy with anonimizer on a remote server but it seems that the DNS lookup happens before a request is sent to a website over proxy. I am using windows 10 as home system and a squid ...
miran80's user avatar
  • 237
1 vote
1 answer
1k views

Squid Proxy transparent mode SSL filtering

I am trying to get Squid Proxy (v3.5) operating in transparent mode for HTTP as well as HTTPS. I need to have filtering enabled on this as well. Now, both HTTP and HTTPS work and HTTP filtering works....
Captain Jack's user avatar
0 votes
1 answer
208 views

Is it possible to acquire different IP addresses if I already have one IP address?

What I want to ask is whether its possible to create multiple IP adresses from one server with a single IP. I would like to use them with a Squid proxy. For example I have the IP address 34.123.321....
Meyvis Artur's user avatar
3 votes
2 answers
10k views

FATAL: Failed to make swap directory /var/cache/squid: (13) Permission Denied

I have successfully installed and configured Squid Proxy Server 3.5.26 in Slackware 14.2. Im currently logged in as root user and I get an error when starting Squid using the command sudo squid -z: ...
ABC's user avatar
  • 131
0 votes
1 answer
1k views

Cannot flush proxy settings after being connected to Squid proxy

My computer was recently on a LAN with a squid proxy. After returning to my home network, certain applications (that I'm assuming were proxied) are still attempting to connect to the local proxy (10.1....
effect's user avatar
  • 1
0 votes
1 answer
602 views

How to access terminal commands through proxy server url

I have done setting up a squid proxy server with username and password. It authenticates when opening browser for username and password. It works great in browsers. But in terminal, i want to access ...
Smack Alpha's user avatar
1 vote
1 answer
116 views

Need to use my home IP form remote server

I need to outgoing with my home IP from my remote VPS So I buy a raspberry pi 3 with raspian and place it at home. I have install Squid and I setup with this sample rules: acl me src MY_VPS_IP/32 ...
r1si's user avatar
  • 123
0 votes
0 answers
60 views

squid3 configuration file to allow all requests including https

What is the simplest squid3 configuration file to implement a proxy on port 8888 that allows all requests from all clients to all sites including https?
Walrus the Cat's user avatar
4 votes
1 answer
1k views

Benefits of using Squid proxy in modern browsers (Chrome, Firefox, Safari)

With all the file caching already done in browsers, I was wondering if there is any benefit to configuring your Browser to use a local (LAN or on same machine) Squid proxy. Looking at the console ...
frhd's user avatar
  • 143
1 vote
0 answers
425 views

squidGuard does not filter traffic

I am trying to setup squidguard with squid proxy. It does not seem to capture any traffic or does not match any sources Package details Proxy: Squid 3.5 OS: Centos 7 SquidGuard Verion: ...
muhammad asif's user avatar

15 30 50 per page
1 2 3
4
5
17