lmacken / quantumrandom

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

no output #26

Closed themaddoctor closed 4 years ago

themaddoctor commented 4 years ago

With python 2.7, qrandom on the command line is giving me no output. For example, $ qrandom --hex $

I have all of the dependencies for the command-line script, since all but urllib come with the python standard library.

themaddoctor commented 4 years ago

The problem is that python now checks certificates for https by default. fixed with import ssl ssl._https_verify_certificates(enable=False)