Does anyone know a way of allowing a do not inspect rule for all subdomains? It seems gateway only allows you to put in specific domains/subdomains and can’t use a wildcard character. When some services use load balanced endpoints this is hard to unblock some apps/services that require cert pinning.
You can do this with regex.
example\.com|.*\.example\.com
There is also a list of common cert pinning apps which can be added as a global do not inspect rule. I believe it’s in the getting started guide linked at the bottom of the home page (or you can search for ‘do not’ under application).
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.