ljanyst / carddav-util

A CardDAV import/export utility
58 stars 22 forks source link

Add an option to disable SSL certificate verification #4

Closed gmta closed 10 years ago

gmta commented 10 years ago

It would be nice to be able to disable SSL certificate verification. At the moment, I fixed it manually by editing PyCardDAV.init to set the 'verify' setting to False.

ljanyst commented 10 years ago

Why don't you try to implement it yourself and make a pull request?

gmta commented 10 years ago

Just did that!