lmacken / quantumrandom

Tools for utilizing the ANU Quantum Random Number Generator
https://pypi.python.org/pypi/quantumrandom
146 stars 36 forks source link

quantonrandom SSL verification is failing #30

Open catchthemonster opened 4 years ago

catchthemonster commented 4 years ago

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