Repository: oozie
Updated Branches:
  refs/heads/branch-4.1 9b51772e7 -> 184a5e3ed


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/184a5e3e
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/184a5e3e
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/184a5e3e

Branch: refs/heads/branch-4.1
Commit: 184a5e3edec3712e0bfea9dab6beb41db5bf862a
Parents: 9b51772
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:35 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/184a5e3e/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