Re: [squid-users] Let Squid use SSL certificate for a parent cache peer

2020-05-05 Thread Amos Jeffries
On 5/05/20 10:21 pm, mariolatif741 wrote: > The purpose of proxy A is that its the proxy that will be given to my > clients. The purpose of all what I am doing is to let my clients use proxy B > indirectly through proxy A (so they can use proxy B without installing the > CA certificate) > It soun

Re: [squid-users] Let Squid use SSL certificate for a parent cache peer

2020-05-05 Thread Antony Stone
On Tuesday 05 May 2020 at 12:21:19, mariolatif741 wrote: > The purpose of proxy A is that its the proxy that will be given to my > clients. The purpose of all what I am doing is to let my clients use proxy > B indirectly through proxy A (so they can use proxy B without installing > the CA certific

Re: [squid-users] Let Squid use SSL certificate for a parent cache peer

2020-05-05 Thread mariolatif741
The purpose of proxy A is that its the proxy that will be given to my clients. The purpose of all what I am doing is to let my clients use proxy B indirectly through proxy A (so they can use proxy B without installing the CA certificate) Antony Stone wrote > On Tuesday 05 May 2020 at 11:48:12, ma

Re: [squid-users] Let Squid use SSL certificate for a parent cache peer

2020-05-05 Thread Amos Jeffries
On 5/05/20 9:48 pm, mariolatif741 wrote: > Since you said "If the client is participating in the TLS handshake it > *always* requires > the CA to be installed.", then I guess what I want to do is not possible. > > Can I make Squid send the requests received from the client to the cache > peer? (s

Re: [squid-users] Let Squid use SSL certificate for a parent cache peer

2020-05-05 Thread Antony Stone
On Tuesday 05 May 2020 at 11:48:12, mariolatif741 wrote: > Since you said "If the client is participating in the TLS handshake it > *always* requires the CA to be installed.", then I guess what I want to do > is not possible. > > Can I make Squid send the requests received from the client to the

Re: [squid-users] Let Squid use SSL certificate for a parent cache peer

2020-05-05 Thread mariolatif741
Since you said "If the client is participating in the TLS handshake it *always* requires the CA to be installed.", then I guess what I want to do is not possible. Can I make Squid send the requests received from the client to the cache peer? (so the cache peer would see the requests coming from t

Re: [squid-users] Let Squid use SSL certificate for a parent cache peer

2020-05-05 Thread Amos Jeffries
On 5/05/20 9:04 pm, mariolatif741 wrote: > Hello, > > I have a Squid proxy server (proxy A) and I redirect all its traffic to > another proxy (proxy B) using a parent cache peer. > > However, proxy B requires a SSL certificate to be used so it can intercept > the HTTPS requests and read them. >

[squid-users] Let Squid use SSL certificate for a parent cache peer

2020-05-05 Thread mariolatif741
Hello, I have a Squid proxy server (proxy A) and I redirect all its traffic to another proxy (proxy B) using a parent cache peer. However, proxy B requires a SSL certificate to be used so it can intercept the HTTPS requests and read them. I want to specify the path of the CA certificate to Squid