raho
1
Please guide me how to filter Https traffic using squid server like we normally do for http traffic

(For any Centos/Red Hat platform)
Please suggest with with easy steps to configure it.
Thanks and regards.
Please guide me how to filter Https traffic using squid server like we normally do for http traffic

@raho SSL filtering is not working, Instead you can use SSL Bump this will restrict the https enabled sites.
You may try following commands on terminalβ¦
# yum install ssl-cert
# yum install squid-langpack
# ln -s /usr/lib/squid/ssl_crtd /bin/ssl_crtd
# /bin/ssl_crtd -c -s /var/spool/squid_ssldb
# chown -R proxy:proxy /var/spool/squid_ssldb
# cp -rv /etc/squid/squid.conf /etc/squid/squid.conf.default
# patch /etc/squid/squid.conf < squid.conf.patch
# /usr/sbin/squid -k parse
# service squid restart
Finally SSL Certificate validation steps are performed by youβ¦