HTTPS Filtering though squid server

Please guide me how to filter Https traffic using squid server like we normally do for http traffic :relieved: :relieved: :worried:

(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 :relieved: :relieved: :worried:

@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…