1 |
vip-ire |
1.1 |
diff -Nur e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol e-smith-apache-2.4.0_bz9154/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol |
2 |
|
|
--- e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol 2016-01-07 18:47:44.649747105 +0100 |
3 |
|
|
+++ e-smith-apache-2.4.0_bz9154/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol 2016-01-07 18:48:33.638744729 +0100 |
4 |
|
|
@@ -3,6 +3,6 @@ |
5 |
|
|
$OUT .= "SSLProtocol all"; |
6 |
|
|
$OUT .= " -SSLv2" unless (${'httpd-e-smith'}{'SSLv2'} || 'disabled') eq 'enabled'; |
7 |
|
|
$OUT .= " -SSLv3" unless (${'httpd-e-smith'}{'SSLv3'} || 'disabled') eq 'enabled'; |
8 |
|
|
- $OUT .= " -TLSv1" unless (${'httpd-e-smith'}{'TLSv1'} || 'disabled') eq 'enabled'; |
9 |
|
|
+ $OUT .= " -TLSv1" unless (${'httpd-e-smith'}{'TLSv1'} || 'enabled') eq 'enabled'; |
10 |
|
|
$OUT .= " -TLSv1.1" unless (${'httpd-e-smith'}{'TLSv1.1'} || 'enabled') eq 'enabled'; |
11 |
|
|
} |