I try to get an app working that use SSL.
It isn’t a major thing, but it’s just more an annoyance since I should have everything working.
Here is the error code it gives me:
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)>
I double checked so my ca-certificates was installed and up to date and it was. It’s just this Python application that doesn’t work for me. Is it some symlink I need? I googled and only found for MacOS so I got confused and once again ask this nice community for help!
Here is all the steps it does when you press a button to download PIFS in PixelFlasher:
Traceback (most recent call last):
File "pif_manager.py", line 529, in onFreemanPif
File "runtime.py", line 2422, in get_freeman_pif
File "urllib/request.py", line 216, in urlopen
File "urllib/request.py", line 519, in open
File "urllib/request.py", line 536, in _open
File "urllib/request.py", line 496, in _call_chain
File "urllib/request.py", line 1391, in https_open
File "urllib/request.py", line 1351, in do_open
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)>
EDIT: Of course when I build Pixelflasher myself it works instead of the prebuild.