Re: [squid-users] Fwd: reverse proxy HTTPS

2017-03-09 Thread sothy shan
On Thu, Mar 9, 2017 at 1:41 PM, Amos Jeffries wrote: > On 6/03/2017 11:21 p.m., sothy shan wrote: > > Hi, > > > > I can give precise what I am doing on this part.See the previous mail > below > > for my exact requirement. > > > > //create the keys. > > > > $openssl req -new -keyout key.pem -nodes

Re: [squid-users] Fwd: reverse proxy HTTPS

2017-03-09 Thread Amos Jeffries
On 6/03/2017 11:21 p.m., sothy shan wrote: > Hi, > > I can give precise what I am doing on this part.See the previous mail below > for my exact requirement. > > //create the keys. > > $openssl req -new -keyout key.pem -nodes -x509 -days 365 -out cert.pem > > Both keys(cert.pem and key.pem) are

[squid-users] Fwd: reverse proxy HTTPS

2017-03-06 Thread sothy shan
Hi, I can give precise what I am doing on this part.See the previous mail below for my exact requirement. //create the keys. $openssl req -new -keyout key.pem -nodes -x509 -days 365 -out cert.pem Both keys(cert.pem and key.pem) are places in /etc/squid/. Then, I make following in squid. ++