I am getting an SSL \"bad handshake\" error. Most similar responses to this problem seem to stem from old libraries, 1024bit cert. incompatibility, etc... I think
This may help as workaround for your issue.
print(requests.get(url, proxies,verify = False))