Skip to content

vdirsyncer 0.19: auth_cert broken #1033

Description

@hanophora

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions