tus / tus-py-client

A Python client for the tus resumable upload protocol
https://tus.io/
MIT License
167 stars 45 forks source link

Add support for client certificates #85

Open quality-leftovers opened 11 months ago

quality-leftovers commented 11 months ago

Support authenticating using client certificates (#84).

quality-leftovers commented 7 months ago

Wondering if you could have a look again. Still not sure what to do related to the tests since TLS cannot really be tested in the unit tests.

Acconut commented 7 months ago

Sure, I responded to your latest comments :)

Acconut commented 6 months ago

One additional thing: Please avoid force pushing to the branch. This makes it harder for us to review changes as we don't know what changes between commits. In the end, the entire branch will be squashed anyways, so the Git commits don't matter much.