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:39:05 UTC

svn commit: r1640303 - in /ofbiz/branches/release13.07: ./ framework/catalina/ofbiz-component.xml

Author: jleroux
Date: Tue Nov 18 10:39:04 2014
New Revision: 1640303

URL: http://svn.apache.org/r1640303
Log:
"Applied fix from trunk for revision: 1640299" 
------------------------------------------------------------------------
r1640299 | jleroux | 2014-11-18 11:33:50 +0100 (mar. 18 nov. 2014) | 1 ligne

With Tomcat 7.0.57 we no longer need to force the TLS version to v1.2
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release13.07/   (props changed)
    ofbiz/branches/release13.07/framework/catalina/ofbiz-component.xml

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1640299

Modified: ofbiz/branches/release13.07/framework/catalina/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/catalina/ofbiz-component.xml?rev=1640303&r1=1640302&r2=1640303&view=diff
==============================================================================
--- ofbiz/branches/release13.07/framework/catalina/ofbiz-component.xml (original)
+++ ofbiz/branches/release13.07/framework/catalina/ofbiz-component.xml Tue Nov 18 10:39:04 2014
@@ -182,8 +182,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>
@@ -338,8 +337,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>