quid-users@lists.squid-cache.org"
Sent: Thursday, May 4, 2017 11:12 PM
Subject: Re: [squid-users] limit access with acl only based on source and
destination domain
On 05/05/17 15:47, Blaxton wrote:
> What is the difference between :
That is documented in
<http://wiki.squid-cache.
e: [squid-users] limit access with acl only based on source and
destination domain
On 05/05/17 15:47, Blaxton wrote:
> What is the difference between :
That is documented in
<http://wiki.squid-cache.org/SquidFaq/SquidAcl#Common_Mistakes>
if:
> http_access allow From_Source_D
: Re: [squid-users] limit access with acl only based on source and
destination domain
On 03/05/17 12:40, Blaxton wrote:
> Hi
>
> I am trying to limit the out bound connection based on list of domain
> names defined
> in srcdomain and dstdomain.
>
> Here is acl :
>
&
Hi
I am trying to limit the out bound connection based on list of domain names
definedin srcdomain and dstdomain.
Here is acl :
acl From_Source_Domains srcdomain domain1 domain2 domain3acl
To_Destination_Domains dstdomain domain4 domain5 domain6
Now some web site says below considered OR and it
squidtool.
Thanks
From: Amos Jeffries
To: squid-users@lists.squid-cache.org
Sent: Monday, December 5, 2016 6:04 PM
Subject: Re: [squid-users] HTTPS through http proxy
On 6/12/2016 6:40 a.m., Blaxton wrote:
> Hi
>
> So I understand that using connect method https connection
Hi
So I understand that using connect method https connection can pass through
http proxybut I am seeing strange behavior and thought some one here might help
me to findthe problem we are facing.
I am using simple java app to test https connectivity through http
proxy:http://alvinalexander.com/
Hi
Squid is running with default and we can access HTTP URLsbut accessing to HTTPS
URLs timing out and nothing is being logged in log file.
I was assuming connecting to HTTPS URLs should work the same as HTTP
connections out of the box.
Thanks ___
sq