You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2014/11/18 11:33:50 UTC

svn commit: r1640299 - /ofbiz/trunk/framework/catalina/ofbiz-component.xml

Author: jleroux
Date: Tue Nov 18 10:33:50 2014
New Revision: 1640299

URL: http://svn.apache.org/r1640299
Log:
With Tomcat 7.0.57 we no longer need to force the TLS version to v1.2

Modified:
    ofbiz/trunk/framework/catalina/ofbiz-component.xml

Modified: ofbiz/trunk/framework/catalina/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/catalina/ofbiz-component.xml?rev=1640299&r1=1640298&r2=1640299&view=diff
==============================================================================
--- ofbiz/trunk/framework/catalina/ofbiz-component.xml (original)
+++ ofbiz/trunk/framework/catalina/ofbiz-component.xml Tue Nov 18 10:33:50 2014
@@ -146,8 +146,7 @@ under the License.
             <property name="keystoreType" value="JKS"/>
             <property name="keyAlias" value="ofbiz"/>
             <property name="keyPass" value="changeit"/>
-            <property name="sslProtocol" value="TLSv1.2"/>
-            <property name="sslEnabledProtocols" value="TLSv1.2"/>
+            <property name="sslProtocol" value="TLS"/>
             <property name="ciphers" value=""/>
         </property>
     </container>
@@ -204,8 +203,7 @@ under the License.
             <property name="keystoreFile" value="framework/base/config/ofbizssl.jks"/>
             <property name="keystorePass" value="changeit"/>
             <property name="keystoreType" value="JKS"/>
-            <property name="sslProtocol" value="TLSv1.2"/>
-            <property name="sslEnabledProtocols" value="TLSv1.2"/>
+            <property name="sslProtocol" value="TLS"/>
             <property name="ciphers" value=""/>
         </property>
     </container>