pycarddav icon indicating copy to clipboard operation
pycarddav copied to clipboard

Add HTTPS verification

Open matthiasbeyer opened this issue 10 years ago • 1 comments

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

matthiasbeyer avatar Jan 31 '15 14:01 matthiasbeyer

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

geier avatar Feb 02 '15 10:02 geier