mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-01 10:05:50 +00:00
15 lines
545 B
ReStructuredText
15 lines
545 B
ReStructuredText
===============
|
|
Troubleshooting
|
|
===============
|
|
|
|
- **[Errno 185090050] _ssl.c:343: error:0B084002:x509 certificate
|
|
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.
|
|
|
|
- **During sync an error occurs: TypeError: request() got an unexpected keyword
|
|
argument 'verify'**
|
|
|
|
You need to update your version of requests.
|