Re: [squid-users] squid to only allow office activation and not windows updates

2020-01-11 Thread robert k Wild
ok think i have done it # acl DiscoverSNIHost at_step SslBump1 acl NoSSLIntercept ssl::server_name_regex -i .microsoft.com ssl_bump splice NoSSLIntercept ssl_bump peek DiscoverSNIHost ssl_bump bump all # #URL deny MIME types acl mimetype rep_mime_type application/octet-stream http_reply_access den

Re: [squid-users] squid to only allow office activation and not windows updates

2020-01-11 Thread robert k Wild
Hi Amos, ok, i have found the rule for it acl DiscoverSNIHost at_step SslBump1 acl NoSSLIntercept ssl::server_name .microsoft.com ssl_bump peek DiscoverSNIHost ssl_bump splice NoSSLIntercept ssl_bump bump all but the thing is both windows updates and office activation use the exact same cert fil

Re: [squid-users] squid to only allow office activation and not windows updates

2020-01-10 Thread Amos Jeffries
On 11/01/20 11:46 am, robert k Wild wrote: > hi all, > > i have added all these lines to my squid config as it wasnt allowing > office activation > > https://wiki.squid-cache.org/SquidFaq/WindowsUpdate > > but now its allowing office activation and now windows updates but i > dont want it to do

[squid-users] squid to only allow office activation and not windows updates

2020-01-10 Thread robert k Wild
hi all, i have added all these lines to my squid config as it wasnt allowing office activation https://wiki.squid-cache.org/SquidFaq/WindowsUpdate but now its allowing office activation and now windows updates but i dont want it to do windows updates as this is managed by our WSUS server what a