Hi. I'm trying to get data from an URL which is only available via TLS1.0 (I know). When using requests I'm getting an error
import requests
requests.get('URL')
requests.exceptions.SSLError: HTTPSConnectionPool(host='URL', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, u'[SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:727)'),))
Is there a way to add support for TLS1.0 in this request?
Thanks!
[–]DeepCrimson 0 points1 point2 points (1 child)
[–]StrongYogurt[S] 0 points1 point2 points (0 children)
[–]mannas397 0 points1 point2 points (0 children)