ljanyst / carddav-util

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

Added the '--no-cert-verify' command line option to skip SSL/TLS certificate verification #5

Closed gmta closed 10 years ago

gmta commented 10 years ago

This comes in handy when you want to transfer cards using a self signed certificate, for example.

The settings line in carddav.py deviates from the offical pyCardDAV release, so I restored that based on pyCardDAV release 0.7.0 to enable the 'verify' functionality.

ljanyst commented 10 years ago

The code looks good, thanks! Can you please split the changes in carddav.py and carddav-util.py into separate commits and make sure that the commit messages follow this convention more or less? http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

gmta commented 10 years ago

Like so?

ljanyst commented 10 years ago

Perfect! Thank you!