Hi,<div><br></div><div>I would like to use SNI in combination with wildcard certificates. I currently have the following configuration:</div><div><br></div><div><div>[https]</div><div>accept  = 443</div><div>connect = 80</div>

<div>TIMEOUTclose = 0</div><div>cert = C:\default.pem</div><div>key = C:\default.key</div></div><div><br></div><div><div>;SNI Config</div><div>;==========</div><div>[https_a]</div><div>sni          = https:<a href="http://one.org">one.org</a></div>

<div>connect      = 80</div><div>cert         = C:\a.pem</div><div>key          = C:\a.key</div><div><br></div><div>[https_a_wc]</div><div>sni          = https:*.<a href="http://one.org">one.org</a></div><div>connect      = 80</div>

</div><div><div>cert         = C:\b.pem</div><div>key          = C:\b.key</div><br class="Apple-interchange-newline"></div><div>If I go to <a href="https://one.org">https://one.org</a> then I can see a.pem in the browser. If I go to <a href="https://mysubdomain.one.org">https://mysubdomain.one.org</a> I see default.pem. What am I missing??</div>

<div><br></div><div>Thanks!</div><div>Gustavo</div>