Questions tagged [squid]
Squid is a Proxy Server for Linux.
182 questions
0
votes
0
answers
77
views
IPTABLES - Can't redirect HTTPS traffic to external proxy
I have a external proxy server connected by VPN (IPSEC) to my main branch, and i'm trying to redirect all users HTTP / HTTPS traffic to this proxy.
Scenario
Users -> Gateway (Main Branch) -> ...
0
votes
1
answer
76
views
Squid won't listen on port unless INPUT policy is ACCEPT
having some trouble with fresh squid server on a VPS box.
I have the box secured with iptables,simple 'iptables -P INPUT DROP', and only my home ip is allowed to connect.
So, whatever http_port I set ...
0
votes
0
answers
20
views
How to pass a peer/sub-proxy from ACL script back to Squid?
Let's say, I have a python script which handles ACL:
#squid.conf
# [............]
# sub-proxies/peers
cache_peer 01.01.01.99 parent 30024 0 no-query no-digest name=peer1
cache_peer 01.01.02.99 parent ...
0
votes
0
answers
44
views
Squid Proxy unable to access subdomain
I have squid proxy server sunning on centos 8 everything working fine .
Im unable to access subdomain
ksa1.aconex.com
acl localnet src 100.100.100.0/24
acl localnet src 172.30.0.0/16
acl localnet src ...
0
votes
1
answer
156
views
the Internet does not start via squid
I installed squid 6.2. I built it from sources with ssl. the service starts normally. there are 2 network cards. one looks at the local network, the other at the Internet. I used the manual for ...
0
votes
1
answer
656
views
Why squid deny the https request but allow the same site with http request?
I want to allow dev just use github copilot and deny other request.
According to github info:
https://docs.github.com/en/copilot/troubleshooting-github-copilot/troubleshooting-firewall-settings-for-...
0
votes
1
answer
159
views
Is it possible to redirect squid traffic from Host A through Host B(Squid)?
Can traffic of Host A having squid proxy redirect all its traffic to Host B's squid proxy using ssh tunnel? Couldn't find any solution. A help will be appreciated.
Solution form this https://unix....
1
vote
0
answers
393
views
Squid proxy server configuration issue with Instagram media content
I am trying to configure a squid proxy on the remote virtual server in order to access blocked content from my smartphone.
I have installed Squid and everything works, but for some reason Instagram ...
1
vote
0
answers
180
views
Run squid proxy service in a systemd enable centos 7 container
I am unable to start squid service in a systemd enabled centos 7 container.
I am able to install the squid package.
this is what I got before starting the service :
[root@c65bf5111b85 /]# systemctl ...
2
votes
1
answer
1k
views
Squid Peek/Bump/Splice with Self Signed Cert
TL:DR; Squid v5.7 is not including the Issuer in the generated certificate
In the past I've been able to do HTTPS data caching by:
building squid with:
VERSION='4.11' ./configure --with-openssl --...
0
votes
0
answers
99
views
squid proxy on redhat 7 is not allowing http traffic
I have two squid proxy servers. They both have same squid.conf file. One is allowing http traffic but other is not allowing http traffic.
https traffic is working via both squid proxies
squid config ...
0
votes
0
answers
216
views
How can I forward my http/https request to 2 different upstream proxies based in the destilanation url?
Hi I am quite struggling to find a good solution to my problem. I have to forward http/https requests from my (Linux) server to 2 different proxy based on the destination URL.
I've tried different ...
0
votes
1
answer
42
views
Docker Squid not enforcing time acl in configuration
I have a squid running in docker, which is not enforcing the time ACLs that are defined in the configuration. I'me using https://hub.docker.com/r/ubuntu/squid running on arm
This is my configuration ...
0
votes
0
answers
301
views
How to add windows client machines IP’s and names in squid proxy so the logs output as clients name instead IP
I have configured squid proxy server on centos stream and its up and running perfectly
I want access.log output as windows client usernames instead of machine IP . As example below .
current output
...
1
vote
1
answer
2k
views
squid url_regex not matching characters
I have a url_regex acl:
^http(s)://bitbucket.org/example/*
However, it's matching the url:
http(s)://bitbucket.org/example_test/*
This seems to not consider the "/" at the end of ^http(s)://...