geier / pycarddav

DEPRECATED - use vdirsyncer & khard -- easy to use CLI CardDAV client
http://lostpackets.de/pycarddav
MIT License
99 stars 35 forks source link

Add HTTPS verification #110

Open matthiasbeyer opened 9 years ago

matthiasbeyer commented 9 years ago

Always when syncing I get this output:

~/.local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
  InsecureRequestWarning)

(I get it multiple times)

I guess it would be fine to add https verification

geier commented 9 years ago

I'm happy to accept pull requests on this, but I won't implement it due to #92