mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Add a support section to user documentation.
This commit is contained in:
parent
9a15ec73c0
commit
d3f339e6f6
1 changed files with 22 additions and 3 deletions
|
@ -24,9 +24,7 @@ Linux users certainly have Python already installed. For Windows and MacOS
|
||||||
users, please install Python [#]_ thanks to the adequate installer.
|
users, please install Python [#]_ thanks to the adequate installer.
|
||||||
|
|
||||||
|
|
||||||
.. [#] HTTPS support depends on the ``ssl`` module, only available from Python
|
.. [#] See `Python Versions and OS Support`_ for further information.
|
||||||
2.6. Nevertheless, Radicale without TLS encryption works well with Python
|
|
||||||
2.5.
|
|
||||||
|
|
||||||
.. [#] `Python download page <http://python.org/download/>`_.
|
.. [#] `Python download page <http://python.org/download/>`_.
|
||||||
|
|
||||||
|
@ -156,3 +154,24 @@ All the options of the ``server`` part can be changed with command line
|
||||||
options. These options are available by typing::
|
options. These options are available by typing::
|
||||||
|
|
||||||
radicale --help
|
radicale --help
|
||||||
|
|
||||||
|
|
||||||
|
Python Versions and OS Support
|
||||||
|
==============================
|
||||||
|
|
||||||
|
TLS Support
|
||||||
|
-----------
|
||||||
|
|
||||||
|
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 <http://bugs.python.org/issue5103>`_
|
||||||
|
causing huge timeout problems with SSL. No workaround will be added in
|
||||||
|
Radicale, please ask the Python developpers for a fix or use Python 3.x.
|
||||||
|
|
||||||
|
Crypt Support
|
||||||
|
-------------
|
||||||
|
|
||||||
|
With the htpasswd access, many encryption methods are available, and crypt is the
|
||||||
|
default one in Radicale. Unfortunately, the ``crypt`` module is not unavailable on
|
||||||
|
Windows, you have to pick another method on this OS.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue