1 |
wellsi |
1.1 |
diff -ruN e-smith-apache-2.2.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL10SSLCipherSuite e-smith-apache-2.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL10SSLCipherSuite |
2 |
|
|
--- e-smith-apache-2.2.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL10SSLCipherSuite 2006-03-14 08:47:18.000000000 -0800 |
3 |
|
|
+++ e-smith-apache-2.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL10SSLCipherSuite 2014-01-13 20:11:51.000000000 -0800 |
4 |
|
|
@@ -1,3 +1,5 @@ |
5 |
|
|
-{ |
6 |
|
|
- $OUT = "SSLCipherSuite $modSSL{CipherSuite}"; |
7 |
|
|
+{ |
8 |
|
|
+ # When updating CipherSuite both e-smith-apache and smeserver-qpsmtpd templates should be updated. |
9 |
|
|
+ $OUT = "SSLCipherSuite "; |
10 |
|
|
+ $OUT .= $modSSL{CipherSuite} || 'HIGH:!SSLv2:!ADH:!aNULL:!MD5:!RC4'; |
11 |
|
|
} |