mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Change the documentation about the SSL bug fix in Python 2.6.6.
This commit is contained in:
parent
ff48af4e71
commit
ba8e353ff1
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue