From 367b05325da038bc1048a5cfc1291de3b57962f6 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 31 Jul 2010 14:01:11 +0200 Subject: [PATCH] Use TLS instead of SSL in documentation. --- pages/user_documentation.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index c3c82e45..7f1fa799 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -185,8 +185,12 @@ HTTPS support depends on the ``ssl`` module, only available from Python 2.6. Nevertheless, Radicale without TLS encryption works well with Python 2.5. Moreover, python 2.6 suffers `a bug `_ -causing huge timeout problems with SSL. No workaround will be added in -Radicale, please ask the Python developers for a fix or use Python 3.x. +causing huge timeout problems with TLS. The bug has been fixed in the Python +trunk, but no stable Python 2.6 version has been released since then. + +Python 2.7 and Python 3 do not suffer this bug. + +No workaround will be added in Radicale. Crypt Support -------------