amnong / easywebdav

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

Add the option to NOT verify the ssl certificate #12

Closed KillerX closed 10 years ago

KillerX commented 11 years ago

Especially during development, and for internal usage it is sometimes nice to be able to use self signed https certificates. This patch adds a simple flag that is passed to the underlying requests library allowing the verification to be toggled at object creation time.