[CalendarServer-changes] [14067] CalendarServer/branches/release/CalendarServer-4.3.2-dev/ twistedcaldav/stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 8 16:04:47 PDT 2014


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

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

Modified: CalendarServer/branches/release/CalendarServer-4.3.2-dev/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-4.3.2-dev/twistedcaldav/stdconfig.py	2014-10-08 23:04:20 UTC (rev 14066)
+++ CalendarServer/branches/release/CalendarServer-4.3.2-dev/twistedcaldav/stdconfig.py	2014-10-08 23:04:47 UTC (rev 14067)
@@ -248,7 +248,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/92ad68d3/attachment.html>


More information about the calendarserver-changes mailing list