mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Update ancient parts of the documentation
The ssl_verify param is a legacy from khal's wiki page.
This commit is contained in:
parent
5d727c26e5
commit
7a3b612c20
1 changed files with 3 additions and 2 deletions
|
|
@ -6,8 +6,9 @@ Troubleshooting
|
|||
routines:X509_load_cert_crl_file:system lib**
|
||||
|
||||
vdirsyncer cannot find the path to your certificate bundle, you need to
|
||||
supply it as a parameter to ssl_verify in your config file, e.g.
|
||||
ssl_verify: /usr/share/ca-certificates/cacert.org/cacert.org_root.crt.
|
||||
supply it as a parameter to ``verify`` in your config file, e.g.::
|
||||
|
||||
verify = /usr/share/ca-certificates/cacert.org/cacert.org_root.crt
|
||||
|
||||
- **During sync an error occurs: TypeError: request() got an unexpected keyword
|
||||
argument 'verify'**
|
||||
|
|
|
|||
Loading…
Reference in a new issue