Skip to content

Instantly share code, notes, and snippets.

@gkoyuncu
Last active September 30, 2022 07:18
Show Gist options
  • Save gkoyuncu/de3759dd7e9bc1f17015 to your computer and use it in GitHub Desktop.
Save gkoyuncu/de3759dd7e9bc1f17015 to your computer and use it in GitHub Desktop.
squid ssl_bump exclude list
### 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