[extensions COMMIT] /QuickInstallShib2/trunk/TomcatConfig/conf/server.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 16 04:19:49 EDT 2014
Author: rdw
Date: Thu Oct 16 04:19:49 2014
New Revision: 371
URL: http://svn.shibboleth.net/view/extensions?rev=371&view=rev
Log:
Turn off SLL with another button, in case the first isn't sufficient
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=371&r1=370&r2=371&view=diff
==============================================================================
--- QuickInstallShib2/trunk/TomcatConfig/conf/server.xml (original)
+++ QuickInstallShib2/trunk/TomcatConfig/conf/server.xml Thu Oct 16 04:19:49 2014
@@ -67,6 +67,7 @@
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"
@@ -86,6 +87,7 @@
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