Author: jleroux Date: Thu Feb 15 14:38:51 2018 New Revision: 1824316 URL: http://svn.apache.org/viewvc?rev=1824316&view=rev Log: Improved: Use Tomcat default ciphers (OFBIZ-10223)
Tomcat provides a default ciphers definition better to use it and let Tomcat handles that for us, we know Tomcat security is strong Thanks: Paul Foxworthy for the help understanding the syntax :) Modified: ofbiz/ofbiz-framework/trunk/framework/catalina/ofbiz-component.xml Modified: ofbiz/ofbiz-framework/trunk/framework/catalina/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/catalina/ofbiz-component.xml?rev=1824316&r1=1824315&r2=1824316&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/catalina/ofbiz-component.xml (original) +++ ofbiz/ofbiz-framework/trunk/framework/catalina/ofbiz-component.xml Thu Feb 15 14:38:51 2018 @@ -148,7 +148,6 @@ under the License. <property name="keystoreType" value="JKS"/> <property name="keyAlias" value="ofbiz"/> <property name="keyPass" value="changeit"/> - <property name="ciphers" value="HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5"/> </property> </container> <container name="catalina-container-test" loaders="test" class="org.apache.ofbiz.catalina.container.CatalinaContainer"> @@ -207,7 +206,6 @@ under the License. <property name="keystoreFile" value="framework/base/config/ofbizssl.jks"/> <property name="keystorePass" value="changeit"/> <property name="keystoreType" value="JKS"/> - <property name="ciphers" value="HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5"/> </property> </container> <!--