Ensure SSLv3 is disabled
diff --git a/apache/files/_ssl_normal.conf b/apache/files/_ssl_normal.conf
index b99fe80..5d10288 100644
--- a/apache/files/_ssl_normal.conf
+++ b/apache/files/_ssl_normal.conf
@@ -1,2 +1,3 @@
 
-SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP:+eNULL
\ No newline at end of file
+SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP:+eNULL
+SSLProtocol all -SSLv2 -SSLv3
diff --git a/apache/files/_ssl_secure.conf b/apache/files/_ssl_secure.conf
index 553bce8..e22e611 100644
--- a/apache/files/_ssl_secure.conf
+++ b/apache/files/_ssl_secure.conf
@@ -1,2 +1,3 @@
 
-SSLCipherSuite HIGH:!aNULL:!MD5
\ No newline at end of file
+SSLCipherSuite HIGH:!aNULL:!MD5
+SSLProtocol all -SSLv2 -SSLv3