quantumrandom icon indicating copy to clipboard operation
quantumrandom copied to clipboard

quantonrandom SSL verification is failing

Open catchthemonster opened this issue 5 years ago • 0 comments

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

catchthemonster avatar Jun 28 '20 14:06 catchthemonster