Artem Zavyalov
Artem Zavyalov
@LinuxOnTheDesktop - just run it with the "secure" flag and everything will be good. Provider finally starts blocking HTTP requests and looks like most of their servers allowing only HTTPS...
Still the same: - urllib3==1.26.16 with OpenSSL 1 **working fine** - urllib3-2.0.3 with OpenSSL 1 giving `no attribute 'DEFAULT_CIPHERS'` - urllib3==1.26.16 with OpenSSL 3 giving `{'Error': 'BadAuthentication'}` - urllib3-2.0.3 with...
@simon-weber / @miccico, Sorry, I checked on both versions by adding a new test into pytest "test_48.py" (I didn't commit anything, because I did not see a value in it):...
Duplicate of https://github.com/sivel/speedtest-cli/pull/790