pycarddav
pycarddav copied to clipboard
Add HTTPS verification
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
I'm happy to accept pull requests on this, but I won't implement it due to #92