I am using the Podio API for the first time and getting some errors. I installed the pypodio2 package via:
pip install -e git+https://github.com/podio/podio-py.git#egg=podio-py
After adjusting the client_id, client_secret, username, and password, I started the example.py but this throws an error in the terminal ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled.
Is this a local setup thing or is there something changed in the httplib2 or pypodio API?