[squid-users] ssl::server_name_regex with multiple domains

robert k Wild robertkwild at gmail.com
Wed Jan 15 02:53:11 UTC 2020


done

#allow SSL cert
acl DiscoverSNIHost at_step SslBump1
acl NoSSLIntercept ssl::server_name_regex -i
"/usr/local/squid/etc/pubkey.txt"
ssl_bump splice NoSSLIntercept
ssl_bump peek DiscoverSNIHost
ssl_bump bump all

in my pubkey.txt

.microsoft.com
.adobe.com

On Wed, 15 Jan 2020 at 00:12, robert k Wild <robertkwild at gmail.com> wrote:

> hi all,
>
> will this work ie multiple domains on one line?
>
> # SSL bump rulesacl DiscoverSNIHost at_step SslBump1acl NoSSLIntercept ssl::server_name_regex -i .adobe.com .microsoft.comssl_bump peek DiscoverSNIHostssl_bump splice NoSSLInterceptssl_bump bump all
>
> ie
>
> acl NoSSLIntercept ssl::server_name_regex -i .adobe.com .microsoft.com
>
> thanks,
> rob
>
> --
> Regards,
>
> Robert K Wild.
>


-- 
Regards,

Robert K Wild.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20200115/b96b7f42/attachment.html>


More information about the squid-users mailing list