Page 1 of 1

Bypass URL List

Posted: 03 Aug 2017 17:59
by eb_ottawa
Is there a way to apply a URL list like "*.microsoft.com" to just be passed through, not proxied, guarded or ssl mediated?

Re: Bypass URL List

Posted: 03 Aug 2017 20:19
by david
Hi,

Well, my responses below:

- Excluding a domain name from the SSL mediation: YES, you can do that with exception lists. Please refer to the documentation at:
http://www.cacheguard.net/doc/guide/ssl ... exceptions.
- Excluding a domain name from the URL guarding: YES, by reviewing your guarding filters, policies, rules and the content of your URL lists. Please refer to the documentation at: http://www.cacheguard.net/doc/guide/guarding.html.
- Excluding a domain name from being intercepted by the transparent proxy: NO

For instance to exclude microsoft.com from the SSL mediation, you can use the following commands (from the CLI)

Code: Select all

mode sslmediate on
sslmediate policy deny
sslmediate exception domainname add microsoft.com
apply
Best Regards,