Hi Michal,
Thank you for the update and yes this does work but I feel that this is incorrect.
Lets say that I have two domains domain.com newdomain.com
If I'm load balancing these domains to different backend servers this will not work as it will always hit domain.com using this style of wildcard.
I think it should be:
sni = http:*.domain.com
This will then split out the domains, I know that the chance of this being the case is low but I do believe that this should be how SNI is handled for this type of case.
Regards, Scott