[CalendarServer-changes] [14060] CalendarServer/branches/release/CalendarServer-5.2.2-dev/ twistedcaldav/stdconfig.py

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


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

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-5.2.2-dev/twistedcaldav/stdconfig.py

Modified: CalendarServer/branches/release/CalendarServer-5.2.2-dev/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-5.2.2-dev/twistedcaldav/stdconfig.py	2014-10-08 22:58:29 UTC (rev 14059)
+++ CalendarServer/branches/release/CalendarServer-5.2.2-dev/twistedcaldav/stdconfig.py	2014-10-08 22:59:59 UTC (rev 14060)
@@ -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/fefc64ca/attachment.html>


More information about the calendarserver-changes mailing list