Skip to content
Salaheldin edited this page Mar 5, 2020 · 1 revision

1. SSL handshakes issue:

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


Clone this wiki locally