Hi Stefan,

I think it would be better to peek at step1 (Then you have the Client SNI) and 
at step2 you could bump or splice.
Your config 
> My assumption is that I have to use in Squid's config:
>https_port <squid-ip>:3443 intercept ssl-bump cert=<server.crt> 
>key=<server.key>
>acl MYSITE ssl:server_name .mydomain.com
>ssl_bump bump MYSITE
>ssl_bump splice all

A better way might be
# acl step1 at_step SslBump1
# acl MYSITE ssl:server_name .mydomain.com
#
# ssl_bump peek step1
# ssl_bump bump MYSITE
# ssl_bump splice all

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

Reply via email to