Top "Squid" questions

Squid is an open-source HTTP caching proxy server.

How to set up a squid Proxy with basic username and password authentication?

I currently I use ip in acl, and I want to use username and password to do this.

http-proxy squid
Command to restart Squid proxy server?

What command restarts the Squid proxy server on Linux distros? I have tried squid restart, is that the correct command?

linux command-line squid
How to configure HTTPS support in squid3

I have vps, and i would like to configure my squid support HTTPS proxy. I have configured http proxy and …

https proxy debian squid
How to block website using SQUID server

I am using squid server in my Debian server, I want to block some websites in my system and I …

debian squid
squid proxy - howto allow tcp connect - getting TCP_DENIAL/400 with ERR_INVALID_DOMAIN

I'm having a device which needs to connect to an internet service on tcp:80 but the network has no direct …

http tcp proxy connect squid
How do I allow access to all requests through squid proxy server?

I want to enable access to all requests on Squid3 server ie. request from anywhere to anywhere through the proxy …

ubuntu proxy squid
"TCP_MISS" with squid proxy

I have set up a squid proxy on EC2, and I'm trying to use it from behind a corporate firewall. …

proxy squid
How to use HttpClientBuilder with Http proxy?

I am trying to set proxy for a request I am making using HttpClientBuilder as follows: CredentialsProvider credsProvider = new BasicCredentialsProvider(); …

java http proxy squid
Squid+iptables: how do i allow https to pass-through and bypassing Squid?

Basically started with Squid and iptables today (google is your friend). This stuff is going to be the death of …

https iptables squid pass-through
Restrict Squid access to only one site

How do I restrict access to only one website through my Squid proxy? The following doesn't work... acl amazon_ireland …

linux ubuntu squid