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 May 18, 2023
1 parent 700586d commit 537bbd9
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 @@ -393,6 +393,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 537bbd9

Please sign in to comment.