1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00

Change the documentation about the SSL bug fix in Python 2.6.6.

This commit is contained in:
Guillaume Ayoub 2010-09-06 01:55:02 +02:00
parent ff48af4e71
commit ba8e353ff1

View file

@ -186,14 +186,11 @@ TLS Support
HTTPS support depends on the ``ssl`` module, only available from Python HTTPS support depends on the ``ssl`` module, only available from Python
2.6. Nevertheless, Radicale without TLS encryption works well with Python 2.5. 2.6. Nevertheless, Radicale without TLS encryption works well with Python 2.5.
Moreover, python 2.6 suffers `a bug <http://bugs.python.org/issue5103>`_ Moreover, python 2.6 suffered `a bug <http://bugs.python.org/issue5103>`_
causing huge timeout problems with TLS. The bug has been fixed in the Python causing huge timeout problems with TLS. The bug is fixed since Python 2.6.6.
trunk, but no stable Python 2.6 version has been released since then.
Python 2.7 and Python 3 do not suffer this bug. Python 2.7 and Python 3 do not suffer this bug.
No workaround will be added in Radicale.
Crypt Support Crypt Support
------------- -------------