http://www.squid-cache.org/Versions/v3/3.5/cfgman/ssl_bump.html

at the end:

"
# Example: Bump all requests except those originating from
        # localhost or those going to example.com.

        acl broken_sites dstdomain .example.com
        ssl_bump splice localhost
        ssl_bump splice broken_sites
        ssl_bump bump all
"

should it be updated to "acl broken_sites ssl::server_name"?

Thanks,
xxiao

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to