Last active
September 30, 2022 07:18
-
-
Save gkoyuncu/de3759dd7e9bc1f17015 to your computer and use it in GitHub Desktop.
squid ssl_bump exclude list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### bump all but exc | |
### requires squid-3.5+ | |
acl exc ssl::server_name .examplebank.com .mail.google.com .accounts.google.com | |
acl step1 at_step SslBump1 | |
ssl_bump peek step1 | |
ssl_bump bump !exc | |
ssl_bump splice all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment