[java-identity-provider COMMIT] /trunk/idp-distribution/src/main/resources/jetty-base/etc/jetty.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 15 22:18:09 EDT 2014


Author: tzeller
Date: Wed Oct 15 22:18:09 2014
New Revision: 6721

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6721&view=rev
Log:
Disable SSLv3.

Modified:
    trunk/idp-distribution/src/main/resources/jetty-base/etc/jetty.xml

Modified: trunk/idp-distribution/src/main/resources/jetty-base/etc/jetty.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/src/main/resources/jetty-base/etc/jetty.xml?rev=6721&r1=6720&r2=6721&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/jetty-base/etc/jetty.xml (original)
+++ trunk/idp-distribution/src/main/resources/jetty-base/etc/jetty.xml Wed Oct 15 22:18:09 2014
@@ -175,6 +175,11 @@
           <Item>SSL_RSA_WITH_3DES_EDE_CBC_SHA</Item>
         </Array>
       </Set>
+      <Set name="excludeProtocols">
+        <Array type="String">
+          <Item>SSLv3</Item>
+        </Array>
+     </Set>
     </New>
 
     <!-- ============================================================= -->



More information about the commits mailing list