So I was investigating why my calendar wasn't syncing anymore, with 401 responses. After seeing my client certificate wasn't being received on the server, I realized this was coming from vdirsyncer. A bit of digging and I found these lines in http.py:
# TODO: Support for client-side certifications.
#...
kwargs.pop("cert", None) # TODO XXX FIXME!
So, yeah. A line in the changelog would have saved me a bit of time. 🥲
Since I need this I'll see what I can do.
So I was investigating why my calendar wasn't syncing anymore, with 401 responses. After seeing my client certificate wasn't being received on the server, I realized this was coming from vdirsyncer. A bit of digging and I found these lines in http.py:
So, yeah. A line in the changelog would have saved me a bit of time. 🥲
Since I need this I'll see what I can do.