[extensions COMMIT] /QuickInstallShib2/trunk/TomcatConfig/conf/server.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 16 04:39:27 EDT 2014
Author: rdw
Date: Thu Oct 16 04:39:27 2014
New Revision: 372
URL: http://svn.shibboleth.net/view/extensions?rev=372&view=rev
Log:
Revert last. Tomcat collapses all the different buttons
Modified:
QuickInstallShib2/trunk/TomcatConfig/conf/server.xml
Modified: QuickInstallShib2/trunk/TomcatConfig/conf/server.xml
URL: http://svn.shibboleth.net/view/extensions/QuickInstallShib2/trunk/TomcatConfig/conf/server.xml?rev=372&r1=371&r2=372&view=diff
==============================================================================
--- QuickInstallShib2/trunk/TomcatConfig/conf/server.xml (original)
+++ QuickInstallShib2/trunk/TomcatConfig/conf/server.xml Thu Oct 16 04:39:27 2014
@@ -67,7 +67,6 @@
secure="true"
clientAuth="TRUE"
SSLEnabled="true"
- sslEnabledProtocols="TLSv1, TLSv1.1, TLSv1.2"
sslProtocol="TLS"
SSLImplementation="edu.internet2.middleware.security.tomcat6.DelegateToApplicationJSSEImplementation"
keystoreFile="$INSTALL_DIR$/credentials/idp.jks"
@@ -87,7 +86,6 @@
secure="true"
SSLEnabled="true"
sslProtocol="TLS"
- sslEnabledProtocols="TLSv1, TLSv1.1, TLSv1.2"
keystoreFile="$INSTALL_DIR$/credentials/idp.jks"
keystorePass="SeCrEt" />
More information about the commits
mailing list