{
    # Specify if SSLStrictSNIHostCheck should be turned off, this is required if each ibay has its own SSL certificates.

    my $check_SSLStrictSNIVHostCheck =  (${'httpd-e-smith'}{'SSLStrictSNIVHostCheck'} || 'off'); 
    $OUT .= "SSLStrictSNIVHostCheck $check_SSLStrictSNIVHostCheck";
}

