python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Unable to reach public EC2 instance from EC2 instances in a private subnet while setting up squid as a transparent proxy (in public subnet)
I'm trying to setup DNS filtering using squid on an EC2 instance in a public subnet. EC2 instances from private subnets will be allowed through/blocked via the public EC2 instance.
If I SSH into a pri...
Chaos
Votes: 0
Answers: 1
Enable squid proxy blocking https
I'm trying to block some sites like gmail and outlook from my squid proxy server.
My squid.conf is:
acl blacklist dstdomain "/etc/squid/blacklist.acl"
http_access deny blacklist
And blackli...
David Co
Votes: 0
Answers: 2
Why may Squid give a MISS?
I do a request to my Squid through CloudFront and receive a miss:
< content-type: text/html
< date: Thu, 17 Mar 2022 08:22:46 GMT
< server: Apache/2.4.48 (Ubuntu)
< cache-control: max-age=...
porton
Votes: 0
Answers: 0
Squid LDAP Auth in transparente mode
Is possible enabled LDAP Auth and send the current username / password that are login without user's prompt?
User's Prompt
Jimcesseg
Votes: 0
Answers: 1