Squid is a FOSS package licensed under the GNU GPL and is primarily used as a web proxy server and cache.
-2
votes
0answers
19 views
Is it possible to configure Squid Proxy Server for Apple Updates? [closed]
Is it possible to configure Squid Proxy for Apple updates?
Ideally I would like to cache Apple updates rather than download it everytime.
Please let me know.
-1
votes
0answers
22 views
Extract data information from proxy squid log [closed]
I need to extract data information from proxy squid logs.
I've check out some online scripts to extract data from squid, but first I would like to check with some of your experience if this ...
0
votes
0answers
24 views
Can't get Squid to work with Intercept
I have a Sqiud Proxy server I am trying to add Transparency to using the Intercept feature. Currently the Proxy server accepts and functions fine as a standalone proxy for users. However when I add ...
0
votes
0answers
28 views
Squid https_port not responding
I set up an squid with https_port. My goal is to connect from browser to squid with ssl. documentation says that squid can handle this kind of browser-squid connection.
So i set https_port with ...
1
vote
0answers
32 views
Internet Explorer issues with wpad.dat
I am setting up a Squid caching proxy server at work to cache some map data for one of our web apps. My wpad.dat works great in Firefox & Chrome but it does not work correctly with Internet ...
0
votes
1answer
24 views
Squid “refusing connections” with big ACL
I've successfully set up squid and it's working as is should. I'm using "Squidman" on OS X Server (underlying squid version is 3.1.12). However, I want to use squid to block certain porn sites, so I ...
0
votes
1answer
30 views
configure squid3 as transparent proxy
After adding this lines to the file squid.conf:
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
I'm having this error message:
* Restarting ...
0
votes
0answers
21 views
config squid to set specific acl for username and then set it to the ip addr of username
Assume your executive of corporation, sit on his clerk desk PC, and login to his username on the network (authenticate with Active Directory), of course he wants his full access to internet, but he ...
0
votes
0answers
18 views
Trying to block two sites with squidGuard using ACL
this is a proof of concept. I am trying to add two domains to a custom blocklist that I am setting up for only users on a single subnet. I don't want to touch the other subnets that use the proxy.
...
0
votes
1answer
34 views
preventing squid forwarding loop with IPtables
I have a web application, and I'd like to limit file upload size.
I thought I'd try using squid for this, via its directive request_body_size_max.
I have my webserver running on port 8080, and I've ...
0
votes
0answers
26 views
Squid configuration for accessing https site requring client certificate using url-rewrite
I've never dealt with setting up a proxy server and that is why a bit puzzled about how to set up a rather complicated config.Help me, please!
I've got squid running with login/password ...
0
votes
1answer
20 views
Reverse proxy to proxy traffic to (external dns) *.domain.com to internal <str[1-…>.domain.com dns
I'd like to configure a reverse http proxy to serve traffic from numerous internal webservers while exposing a single external ip.
I plan to have an externally published wildcard dns for ...
0
votes
0answers
17 views
Proxy chain results in squid trying to CONNECT to local IP
i am using a proxy chain in proxifier. the first proxy is a proxy i must connect to in order to get outside, the next is a squid proxy on my own server. it wasn't working at all, and i checked squid ...
0
votes
0answers
29 views
Squid Proxy Splash page always showing up
I am further along with using Squid to present a splash page to guest users, and I wrote a basic HTML splash page to be presented to users.
I wrote the Splash page HTML to grab the url from Squid ...
0
votes
1answer
24 views
Filter HTTPS URLs with non-transparent proxy
I have set up a Squid v.3.1 + Squidguard, the proxy is configured on each browser via a proxy.pac file. Now if an user goes to a blocked site with HTTP (e.g. http://www.facebook.com) the Url filter ...
0
votes
1answer
54 views
Configure apt to use proxy in vagrant box
I'm using Vagrant to setup a virtual machine for testing. I would like apt inside the virtual machine to use a proxy on the host machine to allow caching of all the downloads to persist between ...
0
votes
1answer
19 views
Squid releasing CSS files unnecessarily
The setup I have has Firefox talking to a web server with Squid being a caching proxy.
Firefox <--> Squid (ssl_bump) <--> Web server
While images (even on https) are cached and do see cache ...
1
vote
2answers
101 views
Bypass transparent Squid proxy on Tomato USB for specific sites
I'm using a router with Tomato USB to forward port 80 requests to a Ubuntu Server with Squid 3 in transparent mode.
Someone on the Tomato forum adapted these instructions for Tomato:
#!/bin/sh
...
1
vote
1answer
47 views
Squid Proxy Splash Page based on Subnet
I am trying to use the Splash page feature that squid has, but I am trying to have it used only on certain subnet. I cannot figure out a way to use two ACLs to do this.
I have the following in my ...
-2
votes
1answer
44 views
Can Squid or other open-source proxy server be set up to process HTTPS encrypted traffic? [closed]
I would like to set up a home proxy server which would filter ads and viruses even before they get to the browser. The problem in this case is that many web sites use encrypted HTTPS connections and I ...
0
votes
1answer
54 views
squid: can't connect to peer with tcp_outgoing_address
I encountered the problem with configuration of two squid servers. I have the following scheme -
The main idea is to download all files from rackspace and amazon through parent squid and store all ...
1
vote
0answers
19 views
How to use tcp_outgoing_address with cache_peer
I encountered the problem with configuration 2 squids. I
have the following scheme -
http://i.piccy.info/i7/0ecd5cb8276b78975a791c0e5f55ae60/4-57-1543/57409208/squids_schema.jpg
The main idea is to ...
2
votes
0answers
42 views
Squid as fully transparent reverse proxy
I have got a few web servers running on my server and I want all of them to be accessible via port 80. I set up squid as a reverse proxy and it works fine. I, however, need the source ip address to be ...
1
vote
1answer
36 views
How to force outgoing requests from webserver/PHP through squid proxy on same machine?
I have a Debian Squeeze VPS configured as an nginx web server. For security reasons I have blocked all outgoing connections except those to the Debian update servers (this stops bad scripts from ...
1
vote
0answers
21 views
How to set up squid3 to respond with cache if back end server is down
I have a squid3 proxy set up at the moment as a transparent proxy. i am using the following in my config:
http_port 3128 transparent
acl localnet src 10.234.255.68/24
acl localhost src ...
0
votes
0answers
29 views
Squid Redirect/Aliasing Howto
I tried redirect_program option in squid to rewrite a POST request URL.
But it is coming as a GET request after rewrite.
Is there any option in squid to alias a URL , like http://abc.com/ can be ...
0
votes
1answer
65 views
Squid proxy refusing to revalidate cache when Vary header present
squid.conf
cache_effective_user squid
http_access allow all
# Squid normally listens to port 3128
http_port 3128 accel defaultsite=localhost no-vhost ignore-cc
cache_peer localhost parent 80 0 ...
4
votes
1answer
116 views
Squid proxy not caching anything
squid.conf:
http_access allow all
# Squid normally listens to port 3128
http_port 3128 accel defaultsite=localhost no-vhost
cache_peer localhost parent 80 0 no-query originserver name=myAccel
...
0
votes
3answers
49 views
Setup a http proxy server in linux so that Web users behind a big firewall in another country can access the Web without filtering
I've already setup a SSH server. I can create a socks proxy and proxify the Internet connections from within a country that censores the Internet. The problem is that SSH proxies are too slow and for ...
0
votes
1answer
70 views
Squid as Transparent Proxy Opens only https websites not normal http
I installed and configured squid proxy as transparent proxy server. when i tried using firefox the proxy server works fine and i can access both ports https and http. but when i transparnet, i can ...
1
vote
0answers
40 views
Squid ssl_bump server_first
I am trying to test the ssl_bump server_first Squid directive, but I did not understand how it works.
As far as I understood the ssl_bump directive has three working modes:
None: HTTPS traffic is ...
0
votes
2answers
73 views
URL filtering HTTPS traffic
the configuration that I am dealing with is a transparent HTTP proxy: on the firewall all the HTTP traffic (port 80) is redirected to the proxy via iptables; Dansguardian is installed on the proxy, ...
0
votes
0answers
68 views
apache + squid: captive portal with login page
I'm setting up a captive portal in which a user would be able to access the web only after a login.
The tools I'm using are apache and squid.
It seems that this could be achieved configuring iptables ...
1
vote
0answers
34 views
squid reverse proxy with multiple ports
I have a reverse proxy in front of my virtual machines. All DNS records point to the public IP where squid3 lives and squid redirects the traffic on the port 80.
Now, I would like to enable other ...
0
votes
0answers
20 views
Proxy authentication with password expiring after some hours?
I have installed squid and webmin on an ubuntu server. All is working fine with basic Proxy Authentication set up but I would like to have the passwords expired after 4 or 5 hours so the user needs to ...
0
votes
1answer
36 views
Squid and Varnish only allow one request to same at a time
I am comparing Squid, Varnish and Ngix. Does Squid and Varnish have this Ngix feature?
When proxy_cache_lock is enabled, only one request at a time will be allowed to populate a new cache element ...
0
votes
1answer
43 views
Windows Azure Linux VM, teredo tunnel and squid proxy
I have teredo working so that I can ping VM via ipv6, squid3 is also working fine but only via ipv4. I made two endpoints (tcp and udp) to the proxy (port 8888) on the Azure site. What should I do now ...
2
votes
3answers
165 views
Access internally hosted IIS with Windows authentication from Internet
I have .NET web application running on IIS behind the firewall.
Application is using Windows authentication (NTLM) to authenticate users.
I need to make this application accessible from Internet so ...
0
votes
1answer
34 views
Squid2 on Debian 6 - No connection to the proxy
I'm trying to set up a proxy for web browsing only via my dev server. The very basic configuration worked and I was able to browse, now when I've tried to complicate the things, It suddenly stopped ...
0
votes
0answers
60 views
Squid sticks to credentials until reloaded
I have successfully setup a squid server authenticating to kerberos/ntlm/ldap to a samba4 server and they all work just fine (its such a beautiful thing!!! :D)
I am now starting to make my ACLs and I ...
0
votes
0answers
73 views
How to configure Squid reverse proxy with mirrored parents as cache peers?
So I'm trying to configure Squid as a reverse proxy, listening on port 80, in front of two web servers. One web server runs on the localhost and listens on port 81 and contains a subset of all ...
0
votes
1answer
137 views
Squid user password failed to authenticate after upgraded to CentOS 6.4
I setup a squid proxy server on CentOS 6.3, all works fine. Recently I upgraded CentOS to 6.4, now all the squid user password can not pass the authentication.
I use basic ncsa_auth scheme, and the ...
0
votes
1answer
103 views
freebsd pf squid transparent
I have broken my brain dealing with this.
Squid was built from ports /usr/ports/www/squid32 with PF_TP enabled.
I have internet but strangely it bypasses squid. Obviously, squid logs are empty.
I ...
0
votes
0answers
176 views
The system returned: (104) connection reset by peer
Facing a squid error. This is the error message we are getting.
Read Error 'The system returned: (104) connection reset by peer.
Our web product is hosted on godaddy. The whole website is working ...
1
vote
1answer
192 views
Squid Proxy server (not transparent) working on port 3128 and 80
I have a Squid Proxy server (Debian) working perfectly with authentication:
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/passwd
I'd like that also client that try to get web pages ...
0
votes
0answers
106 views
Why won't Squid forward my requests to the 2nd network? [closed]
(Full disclosure: I've posted this same question on Superuser since there may be squid knowledge there as well. This is probably a bit anti-social, but I'm under the gun. I'll be better behaved in the ...
1
vote
1answer
105 views
How to setup an TCP/IP proxy with traffic interception, for MS SQL traffic in this case
I would like to setup an MS SQL proxy server.
It should forward all requests 1:1 and make it possible to log them, and modify some of the requests or answers according to some replacement rules I ...
0
votes
1answer
69 views
Squid Windows send received request through another proxy
I've set up a squid proxy server on a local machine. I set up the proxy on my iPad which is connected to the LAN and the requests get sent to squid, which then gets the response from a local apache ...
0
votes
0answers
39 views
Running Sarg on system shutdown and creating new accesslog file
Hi i want to run SARG on system shutdown and creating new access-log file on the next booting of the server. How can i get it done ??
My Purpose is to have daily access logs on the server to be ...
1
vote
1answer
75 views
How to cache browsing history and bandwidth utilization on squid
I want to know how to monitor the users browsing history and bandwidth utilized by individual IP addresses on Squid proxy. How can i get it done.




