Skip to content

Commit

Permalink
Fix client certificate support
Browse files Browse the repository at this point in the history
Fixes: #1069
  • Loading branch information
WhyNotHugo committed Sep 24, 2023
1 parent 301aa0e commit a09a5a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vdirsyncer/storage/dav.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ def __init__(
ssl = prepare_verify(verify, verify_fingerprint)
if ssl:
self._settings["ssl"] = ssl
ssl.load_cert_chain(*self._settings["cert"])

self.useragent = useragent
self.url = url.rstrip("/") + "/"
Expand Down

0 comments on commit a09a5a4

Please sign in to comment.