On Wed, Apr 22, 2020 at 02:39:32AM +1200, Amos Jeffries wrote:
> On 22/04/20 2:25 am, kutz wrote:
> > On Wed, Apr 22, 2020 at 01:30:48AM +1200, Amos Jeffries wrote:
> >> On 21/04/20 11:06 pm, kutz wrote:
> >>> Hello List,
> >>> I'm trying to establish a proxy2proxy configuration with my
> >>> squid
On 22/04/20 2:25 am, kutz wrote:
> On Wed, Apr 22, 2020 at 01:30:48AM +1200, Amos Jeffries wrote:
>> On 21/04/20 11:06 pm, kutz wrote:
>>> Hello List,
>>> I'm trying to establish a proxy2proxy configuration with my
>>> squid-3.5.28-1.el6.x86_64
>>> on
>>> Centos 6.10
>>>
>>> cache_peer IP_OF_PEER p
On Wed, Apr 22, 2020 at 01:30:48AM +1200, Amos Jeffries wrote:
> On 21/04/20 11:06 pm, kutz wrote:
> > Hello List,
> > I'm trying to establish a proxy2proxy configuration with my
> > squid-3.5.28-1.el6.x86_64
> > on
> > Centos 6.10
> >
> > cache_peer IP_OF_PEER parent 8080 0 no-query originserver
On 4/21/20 7:06 AM, kutz wrote:
> cache_peer IP_OF_PEER parent 8080 0 no-query originserver name=server_1
> acl sites_server_1 dstdomain url_1 url_2 url_3 url_4
> cache_peer_access server_1 allow sites_server_1
> cache_peer_access server_1 deny all
>
> When trying to access one of the URLs the re
On 21/04/20 11:06 pm, kutz wrote:
> Hello List,
> I'm trying to establish a proxy2proxy configuration with my
> squid-3.5.28-1.el6.x86_64
> on
> Centos 6.10
>
> cache_peer IP_OF_PEER parent 8080 0 no-query originserver name=server_1
If the upstream is a proxy, do not tell Squid it is an origin se
Hello List,
I'm trying to establish a proxy2proxy configuration with my
squid-3.5.28-1.el6.x86_64
on
Centos 6.10
cache_peer IP_OF_PEER parent 8080 0 no-query originserver name=server_1
acl sites_server_1 dstdomain url_1 url_2 url_3 url_4
cache_peer_access server_1 allow sites_server_1
cache_peer_a
My goal is to accept ssl requests/connections from wan, decrypt them and
forward the decrypted requests/connection to apache web server over port
80. Below, is my configuration to accomplish that. However, it appears
that the requests/connections from squid to apache web server are
encrypted. I