Questions tagged [squid]

Squid is an open-source HTTP caching proxy server.

Squid is one of the best known open source HTTP proxy servers. Its features include caching of HTTP objects, URL rewriting (via helper apps), authentication, and SSL. It came out of an NSF-funded project in the early 1990s researching caching technologies.

Other similar software packages include NGINX, Apache's mod_proxy, Apache Traffic Server, and Varnish.

Squid's homepage: http://www.squid-cache.org

846 questions
6
votes
1 answer

How to add IP addresses to squid's whitelist

I cannot find how to add IP addresses to squid's whitelist. For example, I'd like to add address 130.125.110.20, or all addresses of network 130.125.110.*, or maybe only a defined port only 130.125.110.20:443. So I'm expecting someting like acl…
fralbo
  • 2,534
  • 4
  • 41
  • 73
6
votes
0 answers

Squid3 proxy with multiple ip addresses

Is there any way I can set up squid3 to reroute traffic through multiple other servers in order to get a random ip address for each request?
Sasha Y.
  • 61
  • 2
6
votes
2 answers

Ldap search filter multiple groups - squid

I am testing suid + AD using windows server 2008. I have the following simple structure for now: + Test_Users -----internet_group --------Matthew Vassallo (user) -----normal_group --------Kenneth Grech (user) I would like to make an ldap query that…
Matthew
  • 91
  • 2
  • 2
  • 3
6
votes
5 answers

Is there any way to determine the amount of time a client spends on a web page

Assuming I have an open source web server or proxy I can enhance, let's say apache or squid. Is there a way to determine the time each client spends on a web page? HTTP is of course stateless, so it's not trivial, but maybe someone has an idea on…
Tom Feiner
  • 20,656
  • 20
  • 48
  • 51
6
votes
2 answers

squid3 can't access google.com or bing.com

I've a strange problem with squid3. It is normally working and I can access most web sites through the proxy. However some sites like google.com bing.com just seem to get blocked but not always. Restarting squid3 doesn't seem to help or either…
bradgonesurfing
  • 30,949
  • 17
  • 114
  • 217
5
votes
1 answer

How to log full URL in Squid3 ubuntu?

I'm installed Squid3 proxy into ubuntu server and everything is OK but when i check the log file, Squid logs url but if the url has a (?) his logging only what before ? mark and skip what after it. Exp, if i tried to access this url :…
Youssef Hanna
  • 404
  • 1
  • 6
  • 10
5
votes
5 answers

Any HTTP proxies with explicit, configurable support for request/response buffering and delayed connections?

When dealing with mobile clients it is very common to have multisecond delays during the transmission of HTTP requests. If you are serving pages or services out of a prefork Apache the child processes will be tied up for seconds serving a single…
Carlos Carrasco
  • 722
  • 5
  • 6
5
votes
3 answers

make fails to build squid with openssl (deprecated functions used)

I'm trying to build squid with openssl, but fail because make threats warnings as errors An example: gadgets.h -> error 'void RSA_free(RSA*)' is deprecated; Since **Openssl 3.0.0** -Werror=deprecated-declarations .. I assume that…
france1
  • 141
  • 2
  • 12
5
votes
2 answers

Modify Images With An Http Proxy

April fools is coming up. I'd like to play this prank where we use an http proxy to modify images as they come through the proxy. I've been told that there are scripts/add-ons to ISA/Squid that can do this but I haven't been able to find much on my…
Tyler
  • 3,220
  • 1
  • 30
  • 44
5
votes
1 answer

NPM Install Fails Via Squid Proxy With UNABLE_TO_VERIFY_LEAF_SIGNATURE

we have a Squid proxy with SSL in place, using a self signed certifcate along with a ca-bundle.cert. Only recently NPM installs started to fail when trying to install npm --registry https://registry.npmjs.org \ --proxy http://localhost:10080…
Theo Sweeny
  • 1,033
  • 14
  • 26
5
votes
0 answers

Squid proxy to change HTTPS header

I am trying to develop a proxy server which will help clients to auto logged into my application without password by setting cookies on that session in proxy. It means if user is using proxy to access that site then he will auto logged into that…
user2890725
  • 88
  • 1
  • 8
5
votes
0 answers

Issue in configuring squid as HTTP and HTTPS transparent proxy

I am doing R&D to configure Squid as HTTP and HTTPS Transparent proxy. After some research I have configured squid HTTP and HTTPS transparent proxy and tried to start the squid but my bad luck  I am getting Fatal error when squid starts. Here is…
Anitha M
  • 51
  • 1
  • 2
5
votes
1 answer

squid proxy error 403 tcp how to fix

hello guys i am installing squid as HTTP proxy for scraping urls from google with a tool i have configured every thing but when i am connecting to squid it is giving tcp 403 error i have ubuntu14.04 and i have not changed its default settings just…
Ajmal khan jamro
  • 49
  • 1
  • 2
  • 6
5
votes
1 answer

Can I use Squid to upgrade client TLS connections?

I'm trying to allow legacy systems (CentOS 5.x) to continue making connections to services which will shortly allow only TLS v1.1 or TLS v1.2 connections (Salesforce, various payment gateways, etc.) I have installed Squid 3.5 on a Centos 7 server in…
Brownoxford
  • 51
  • 1
  • 3
5
votes
1 answer

force mediawiki squid cache to fill up with all pages

For speeding up a MediaWiki site which has content that uses a lot of templates but otherwise pretty much has static content when the templates have done their jobs I'd like to setup a squid server see…
Wolfgang Fahl
  • 15,016
  • 11
  • 93
  • 186
1 2
3
56 57