I am running a REST API (Search API) with Tweepy in Python. I worked the program at home and it\'s totally fine. But now I am working on this in different networks and I got
Adding verify=False will ignore the validation that has to be made and all the data will be transferred in plain text without any encryption.
verify=False
pip install certifi
The above installation fixes the bad handshake and ssl error.