Repository: oozie
Updated Branches:
  refs/heads/master fb1763fd9 -> e6eec244e


Amendment patch for OOZIE-2034


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/e6eec244
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/e6eec244
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/e6eec244

Branch: refs/heads/master
Commit: e6eec244ed2676190e347bd4687f8712ad11ba90
Parents: fb1763f
Author: Robert Kanter <[email protected]>
Authored: Tue Nov 11 15:34:13 2014 -0800
Committer: Robert Kanter <[email protected]>
Committed: Tue Nov 11 15:34:13 2014 -0800

----------------------------------------------------------------------
 distro/src/main/tomcat/ssl-server.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/e6eec244/distro/src/main/tomcat/ssl-server.xml
----------------------------------------------------------------------
diff --git a/distro/src/main/tomcat/ssl-server.xml 
b/distro/src/main/tomcat/ssl-server.xml
index 94ed0e5..72fc76a 100644
--- a/distro/src/main/tomcat/ssl-server.xml
+++ b/distro/src/main/tomcat/ssl-server.xml
@@ -84,7 +84,7 @@
 
     <Connector port="${oozie.https.port}" protocol="HTTP/1.1" SSLEnabled="true"
                maxThreads="150" scheme="https" secure="true"
-               clientAuth="false" sslEnabledProtocols="TLSv1"
+               clientAuth="false" sslEnabledProtocols="TLSv1,SSLv2Hello"
                keystoreFile="${oozie.https.keystore.file}"
                keystorePass="${oozie.https.keystore.pass}" />
 

Reply via email to