5 |
+{ |
+{ |
6 |
+ # Specify if SSLStrictSNIHostCheck should be turned off, this is required if each ibay has its own SSL certificates. |
+ # Specify if SSLStrictSNIHostCheck should be turned off, this is required if each ibay has its own SSL certificates. |
7 |
+ |
+ |
8 |
+ my $check_SSLStrictSNIVHostCheck = (${'httpd-e-smith'}{'SSLStrictSNIVHostCheck'} || 'on'); |
+ my $check_SSLStrictSNIVHostCheck = (${'httpd-e-smith'}{'SSLStrictSNIVHostCheck'} || 'off'); |
9 |
+ $OUT .= "SSLStrictSNIVHostCheck $check_SSLStrictSNIVHostCheck"; |
+ $OUT .= "SSLStrictSNIVHostCheck $check_SSLStrictSNIVHostCheck"; |
10 |
+} |
+} |
11 |
+ |
+ |