[CalendarServer-changes] [14057] CalendarServer/tags/release/CalendarServer-5.2.1/twistedcaldav/ stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 8 15:57:06 PDT 2014


Revision: 14057
          http://trac.calendarserver.org//changeset/14057
Author:   wsanchez at apple.com
Date:     2014-10-08 15:57:06 -0700 (Wed, 08 Oct 2014)
Log Message:
-----------
Enable SSL v2/v3 negotiation

Modified Paths:
--------------
    CalendarServer/tags/release/CalendarServer-5.2.1/twistedcaldav/stdconfig.py

Modified: CalendarServer/tags/release/CalendarServer-5.2.1/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/tags/release/CalendarServer-5.2.1/twistedcaldav/stdconfig.py	2014-10-06 20:52:32 UTC (rev 14056)
+++ CalendarServer/tags/release/CalendarServer-5.2.1/twistedcaldav/stdconfig.py	2014-10-08 22:57:06 UTC (rev 14057)
@@ -251,7 +251,7 @@
     "SSLPort" : 0, # SSL port (0 to disable HTTPS)
     "EnableSSL" : False, # Whether to listen on SSL port(s)
     "RedirectHTTPToHTTPS" : False, # If True, all nonSSL requests redirected to an SSL Port
-    "SSLMethod" : "SSLv3_METHOD", # SSLv2_METHOD, SSLv3_METHOD, SSLv23_METHOD, TLSv1_METHOD
+    "SSLMethod" : "SSLv23_METHOD", # SSLv2_METHOD, SSLv3_METHOD, SSLv23_METHOD, TLSv1_METHOD
     "SSLCiphers" : "ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM",
     "StrictTransportSecuritySeconds" : 7 * 24 * 60 * 60, # max-age value for
         # Strict-Transport-Security header; set to 0 to disable header.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20141008/e3fb2345/attachment.html>


More information about the calendarserver-changes mailing list