Closed glumia closed 4 years ago
Yes, I looked in the source code of requests and urllib3, it's caused by TSLv1 (used by PoliTo for logins without a browser supporting javascript). Since it isn't specified urrlib3 tries by default a connection using at minimum TLSv1.2 and this obviously fails.
There is an error with the login function (could be caused TLSv1 deprecation).