yolk icon indicating copy to clipboard operation
yolk copied to clipboard

HTTPS failures on mac

Open matthewdeanmartin opened this issue 5 years ago • 1 comments

<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)>

other libraries deal with this by taking a dependency on certifi

https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error

matthewdeanmartin avatar Jan 14 '19 21:01 matthewdeanmartin

Changing https: to http: on 2 lines in yolk/pypi.py made yolk3k work, bypass the SSL CERTIFICATE_VERIFY_FAILED, on macos 10.10, python 3.7.6, OpenSSL 19.1.0. (Sure, security leak -- but yolk -l -f home-page,summary,requires is soo useful.)

denis-bz avatar Aug 22 '20 13:08 denis-bz