From 7a3b612c20ab09c0fe7420a05c54e04137dbd860 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 19 May 2014 18:00:49 +0200 Subject: [PATCH] Update ancient parts of the documentation The ssl_verify param is a legacy from khal's wiki page. --- docs/troubleshooting.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index 9d209c0..2ea39a2 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -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'**