Bypass URL List
Bypass URL List
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
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)
Best Regards,
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