mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Refer to SSL tutorial from config docs
This commit is contained in:
parent
ebedca1e85
commit
a1bf00837d
2 changed files with 6 additions and 2 deletions
|
|
@ -144,6 +144,8 @@ it will not automatically start synchronizing those [2]_. You should run
|
||||||
.. [2] Because collections are added rarely, and checking for this case before
|
.. [2] Because collections are added rarely, and checking for this case before
|
||||||
every synchronization isn't worth the overhead.
|
every synchronization isn't worth the overhead.
|
||||||
|
|
||||||
|
.. _ssl-tutorial:
|
||||||
|
|
||||||
SSL
|
SSL
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,9 +48,11 @@ HTTP_STORAGE_PARAMETERS = '''
|
||||||
:param username: Username for authentication.
|
:param username: Username for authentication.
|
||||||
:param password: Password for authentication.
|
:param password: Password for authentication.
|
||||||
:param verify: Verify SSL certificate, default True. This can also be a
|
:param verify: Verify SSL certificate, default True. This can also be a
|
||||||
local path to a self-signed SSL certificate.
|
local path to a self-signed SSL certificate. See :ref:`ssl-tutorial`
|
||||||
|
for more information.
|
||||||
:param verify_fingerprint: Optional. SHA1 or MD5 fingerprint of the
|
:param verify_fingerprint: Optional. SHA1 or MD5 fingerprint of the
|
||||||
expected server certificate.
|
expected server certificate. See :ref:`ssl-tutorial` for more
|
||||||
|
information.
|
||||||
:param auth: Optional. Either ``basic``, ``digest`` or ``guess``. Default
|
:param auth: Optional. Either ``basic``, ``digest`` or ``guess``. Default
|
||||||
``guess``. If you know yours, consider setting it explicitly for
|
``guess``. If you know yours, consider setting it explicitly for
|
||||||
performance.
|
performance.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue