You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I do believe py2app should get this certificate and then change the paths to properly find it in the bundle, we found a workaround for it until the maintainer can fix this issue. We basically modify the environment variable SSL_CERT_FILE to point to a certificate file that we ship with our bundle. Seems to work well enough.
Original report by Vladimir Sokolov (Bitbucket: Amalgama1, ).
Hi all.
I build app.
But when i start app from another Mac, i have “SSL: CERTIFICATE_VERIFY_FAILED” Error
from urllib2.urlopen.
I think that py2app does not include or build new SSL CERTIFICATE in app.
How can i fix this error?
The text was updated successfully, but these errors were encountered: