Skip to content Skip to sidebar Skip to footer

Errno 185090050 _ssl.c:343: Error:0b084002:x509 Certificate Routines:x509_load_cert_crl_file:system Lib, After Packaging To Exe By Pyinstaller

I code a python script to check files in GCS, it uses wxpython to generate the GUI. To authenticate I did it in this way(following the way in Google sample code -> http://code.g

Solution 1:

try this, https://github.com/kennethreitz/requests/issues/557 "I also faced a similar error when using pyinstaller with Httplib2. You need to explicitly pass the path to ssl client cert file to the 'cert' argument http request. Also, you would need to package your. .pem file as a data file in pyinstaller."


Post a Comment for "Errno 185090050 _ssl.c:343: Error:0b084002:x509 Certificate Routines:x509_load_cert_crl_file:system Lib, After Packaging To Exe By Pyinstaller"