Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2013-03-13 22:25:28 +0000
committerGreg Wilkins2013-03-13 22:25:28 +0000
commit29b83dff9bd80bcddb03e1f7466b55651884d3cf (patch)
tree3bfaddc766915a79b6f8f770ed09a5b47cb13659 /jetty-server/src/main/config/etc/jetty-https.xml
parent0c4d457fceb524637c6d9f5b4ad2bb881b4e8e8b (diff)
downloadorg.eclipse.jetty.project-29b83dff9bd80bcddb03e1f7466b55651884d3cf.tar.gz
org.eclipse.jetty.project-29b83dff9bd80bcddb03e1f7466b55651884d3cf.tar.xz
org.eclipse.jetty.project-29b83dff9bd80bcddb03e1f7466b55651884d3cf.zip
402626 Do not required endpoint host checking by default
Diffstat (limited to 'jetty-server/src/main/config/etc/jetty-https.xml')
-rw-r--r--jetty-server/src/main/config/etc/jetty-https.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jetty-server/src/main/config/etc/jetty-https.xml b/jetty-server/src/main/config/etc/jetty-https.xml
index fe3f1952f8..d1e41ebe54 100644
--- a/jetty-server/src/main/config/etc/jetty-https.xml
+++ b/jetty-server/src/main/config/etc/jetty-https.xml
@@ -24,6 +24,7 @@
<Set name="KeyManagerPassword">OBF:1u2u1wml1z7s1z7a1wnl1u2g</Set>
<Set name="TrustStorePath"><Property name="jetty.home" default="." />/etc/keystore</Set>
<Set name="TrustStorePassword">OBF:1vny1zlo1x8e1vnw1vn61x8g1zlu1vn4</Set>
+ <Set name="EndpointIdentificationAlgorithm"></Set>
<Set name="ExcludeCipherSuites">
<Array type="String">
<Item>SSL_RSA_WITH_DES_CBC_SHA</Item>

Back to the top