Hi,
I am facing an issue with Squid 3.5 with SSL Bump configuration, i already
configure it without SSL bump and it works fine. but after configuring
intercept process it shows the below error:
*No valid signing SSL certificate configured for HTTPS_port [::]:3128*
below snippet from the Squid co
Dears,
I am setting the SSL-bump for squid 3.5 on CentOS 7, I already generated
ssl certificate with the below commands:
*OPENSSL=/usr/bin/openssl*
*SSLDIR=/etc/mydlp/ssl*
*mkdir -p $SSLDIR || exit 1*
*rm -rf $SSLDIR/**
*[ -e $SSLDIR/private.pem ] || $OPENSSL genrsa 4096 > $SSLDIR/private
Dears,
Thanks for adding me to the list…
I would like to install squid proxy with SSL bump, I am working on my Virtual
lab and once everything is ok I will Test it on the real network. I already
created I directory for the cert and generated the cert as below:
#Generate Private Key
openssl