We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Had an issue with SSL handshakes and this script. Had to do the following to get it working:
sudo apt-get install libffi-dev
pip install pyOpenSSL ndg-httpsclient pyasn1 requests
From https://github.com/kennethreitz/requests/issues/2022