failing on ssl <urlopen error [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)>
so due to more recent version of ssl you should update yoiur version and offer more cipher suites or
present solution that worked for me:
sed -i 's/MinProtocol = TLSv1.2/MinProtocol = TLSv1.0/' /etc/ssl/openssl.cnf
Hi, py-3.8.3 quantumrandom 1.9
failing on ssl <urlopen error [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)> so due to more recent version of ssl you should update yoiur version and offer more cipher suites or present solution that worked for me: sed -i 's/MinProtocol = TLSv1.2/MinProtocol = TLSv1.0/' /etc/ssl/openssl.cnf