amnong / easywebdav

A WebDAV Client in Python
http://pypi.python.org/pypi/easywebdav/
ISC License
207 stars 113 forks source link

Add support for client side ssl certificates #23

Closed KillerX closed 10 years ago

KillerX commented 10 years ago

This pull requests adds support for client side certificates. Due to the power of Requests/Urllib there is nothing much to do as all is handled in the libraries themselves.