Bypass URL List

Discuss and get help to configure and maintain CacheGuard
Post Reply
eb_ottawa
Posts: 10
Joined: 21 Jul 2017 13:53

Bypass URL List

Post 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?
User avatar
david
Posts: 163
Joined: 08 Aug 2015 20:38

Re: Bypass URL List

Post 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,
David Janeway
CacheGuard Technical Team
https://www.cacheguard.com
Post Reply