[CalendarServer-changes] [14064] CalendarServer/branches/release/CalendarServer-4.2.2-dev/ twistedcaldav/stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 8 16:03:05 PDT 2014


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

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

Modified: CalendarServer/branches/release/CalendarServer-4.2.2-dev/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-4.2.2-dev/twistedcaldav/stdconfig.py	2014-10-08 23:02:29 UTC (rev 14063)
+++ CalendarServer/branches/release/CalendarServer-4.2.2-dev/twistedcaldav/stdconfig.py	2014-10-08 23:03:05 UTC (rev 14064)
@@ -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",
 
     #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20141008/4a2dd7e2/attachment.html>


More information about the calendarserver-changes mailing list