On 22/04/2015 7:30 p.m., snakeeyes wrote:
> Hmmm , cant u provide more info??
>
> I followed wiki
>
> http://wiki.squid-cache.org/ConfigExamples/Reverse/SslWithWildcardCertifiate
>
>
>
> but im still confused with certificates , if possible and don’t mind , could
> u tell me brief steps ?
> From: squid-users [mailto:squid-users-boun...@lists.squid-cache.org]
On Behalf Of Yuri Voinov
> Sent: Tuesday, April 21, 2015 11:19 AM
> To: squid-users@lists.squid-cache.org
> Subject: Re: [squid-users] problem in squid certificate installtion
>
>
>
>
> Self-signed cer
: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] On Behalf
Of Yuri Voinov
Sent: Tuesday, April 21, 2015 11:19 AM
To: squid-users@lists.squid-cache.org
Subject: Re: [squid-users] problem in squid certificate installtion
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Self-signed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Self-signed certificate is not suitable for use in a reverse proxy.
22.04.15 9:17, snakeeyes пишет:
> Hi
>
> I need to setup squid proxy as reverse proxy with https enabled
>
> I tried the bash script below and it run ok :
>
> ##
Hi
I need to setup squid proxy as reverse proxy with https enabled
I tried the bash script below and it run ok :
###
OPENSSL=/usr/bin/openssl
SSLDIR=/etc/mydlp/ssl
mkdir -p $SSLDIR || exit 1
rm -rf $SSLDIR/*
[ -e $SSLDIR/private.pem ] || $OPENSSL genrsa