On Wed, Apr 16, 2014 at 4:00 PM, Yann Ylavic <[email protected]> wrote: > will pass through (unless this vhost has a ServerName and > UseCanonicalName is on, which would result in a 400).
UseCanonicalName isn't relevant here, r->hostname (and not ap_get_server_name()) is used for the check, so SNI == Host header is the only condition to pass through the SNI check on the default vhost, which depends solely on the client. > > Regards, > Yann.
