Keep getting the following error:
requests.exceptions.SSLError: [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:590)
when trying to run
f = requests.get("https://api.tfl.gov.uk/......")
Adding verify=False inside requests.get() doesn't help at all.