[CalendarServer-changes] [14062] CalendarServer/branches/release/CalendarServer-5.3-dev/ twistedcaldav/stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 8 16:01:51 PDT 2014


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

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

Modified: CalendarServer/branches/release/CalendarServer-5.3-dev/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-5.3-dev/twistedcaldav/stdconfig.py	2014-10-08 23:00:41 UTC (rev 14061)
+++ CalendarServer/branches/release/CalendarServer-5.3-dev/twistedcaldav/stdconfig.py	2014-10-08 23:01:51 UTC (rev 14062)
@@ -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/fc70cbfa/attachment.html>


More information about the calendarserver-changes mailing list