Re: [squid-users] cache_peer configuration

2020-04-21 Thread kutz
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

Re: [squid-users] cache_peer configuration

2020-04-21 Thread Amos Jeffries
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

Re: [squid-users] cache_peer configuration

2020-04-21 Thread kutz
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

Re: [squid-users] cache_peer configuration

2020-04-21 Thread Alex Rousskov
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

Re: [squid-users] cache_peer configuration

2020-04-21 Thread Amos Jeffries
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

[squid-users] cache_peer configuration

2020-04-21 Thread kutz
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

[squid-users] cache_peer configuration

2014-12-18 Thread Roman Gelfand
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