[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/jetty.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Apr 6 21:44:19 EDT 2014
Author: scantor
Date: Sun Apr 6 21:44:18 2014
New Revision: 5701
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5701&view=rev
Log:
Removing EndpointIdentificationAlgorithm property to fix client cert authn
Modified:
trunk/idp-conf/src/main/resources/system/conf/jetty.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/jetty.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/jetty.xml?rev=5701&r1=5700&r2=5701&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/jetty.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/jetty.xml Sun Apr 6 21:44:18 2014
@@ -117,7 +117,6 @@
<Set name="KeyStorePath"><SystemProperty name="idp.home" />/<SystemProperty name="jetty.keystore.path" /></Set>
<Set name="KeyStoreType"><SystemProperty name="jetty.keystore.type" /></Set>
<Set name="KeyStorePassword"><SystemProperty name="jetty.keystore.password" /></Set>
- <Set name="EndpointIdentificationAlgorithm">HTTPS</Set>
<Set name="ExcludeCipherSuites">
<Array type="String">
<Item>SSL_RSA_WITH_DES_CBC_SHA</Item>
@@ -138,7 +137,6 @@
<Set name="KeyStorePath"><SystemProperty name="idp.home" />/<SystemProperty name="jetty.keystore.path" /></Set>
<Set name="KeyStoreType"><SystemProperty name="jetty.keystore.type" /></Set>
<Set name="KeyStorePassword"><SystemProperty name="jetty.keystore.password" /></Set>
- <Set name="EndpointIdentificationAlgorithm">HTTPS</Set>
<Set name="ExcludeCipherSuites">
<Array type="String">
<Item>SSL_RSA_WITH_DES_CBC_SHA</Item>
More information about the commits
mailing list