/[smeserver]/rpms/e-smith-apache/sme10/e-smith-apache-2.6.0-bz8693-SNI.patch
ViewVC logotype

Diff of /rpms/e-smith-apache/sme10/e-smith-apache-2.6.0-bz8693-SNI.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by jpp, Sat Jun 27 19:27:40 2020 UTC Revision 1.2 by jpp, Sat Jun 27 20:46:34 2020 UTC
# Line 5  diff -Nur e-smith-apache-2.6.0.old/root/ Line 5  diff -Nur e-smith-apache-2.6.0.old/root/
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  +  +


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed