urschrei / pyzotero

Pyzotero: a Python client for the Zotero API
https://pyzotero.readthedocs.org
Other
870 stars 96 forks source link

Avoid getting SSL CERTIFICATE_VERIFY_FAILED #132

Closed AlexVillarra closed 2 years ago

AlexVillarra commented 3 years ago

Added parameter to _retrieve_data method in zotero.py to avoid SSL error (see this comment).

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.06%) to 47.318% when pulling 29578fd7a4d80980d5b17e220201e8f7e3ea496b on AlexVillarra:dev into 5a2688e0a9d26096bce5675a034c3e2179ee0a9e on urschrei:master.

urschrei commented 2 years ago

Upon reflection, silently dropping SSL cert errors isn't a good idea.