Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL: CERTIFICATE_VERIFY_FAILED only on Android #1502

Closed
Arelfox opened this issue Sep 2, 2022 · 2 comments
Closed

SSL: CERTIFICATE_VERIFY_FAILED only on Android #1502

Arelfox opened this issue Sep 2, 2022 · 2 comments

Comments

@Arelfox
Copy link

Arelfox commented Sep 2, 2022

Versions

  • Python: 3
  • OS: Android
  • Buildozer: 1.4.0 (?)

Description

When loading an AsyncImage, it shows "...[SLL: CERTIFICATE_VERIFY_FAILED]..." on logcat and doesn't load the image in the app. This doesn't happen on my computer. There was another issue posted, but their solution did not work for me.

buildozer.spec

Command:
buildozer android run


Spec file:

can't copy to computer, has certifi in permissions though

@misl6
Copy link
Member

misl6 commented Oct 2, 2022

Fixed via kivy/kivy#7994 on kivy/kivy ( You can easily target the kivy master version by using kivy==master in your buildozer.spec file)

@misl6 misl6 closed this as completed Oct 2, 2022
@magowiz
Copy link

magowiz commented Feb 11, 2023

I still have this issue using kivy master:
02-11 14:41:35.334 2656 3297 I python : [INFO ] [Video ] Provider: null(['video_ffmpeg', 'video_ffpyplayer'] ignored)
02-11 14:41:36.569 2656 3297 I python : [INFO ] [GL ] NPOT texture support is available
02-11 14:41:38.133 2656 3297 I python : [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)

changed kivy==2.1.0 to kivy==master in buildozer.spec, deleted the whole build directory for buildozer and rebuilt the package

the library has issue fetching data is meteostat which relies on pandas for this, I will show you here relevant versions for packages:
using last version of buildozer: 1.5.0

from buildozer.spec requirements:
kivy==master, meteostat, pandas, certifi, python3

p4a.fork kivy and p4a.branch develop

Please tell me if this is another issue or if I need to upgrade some package or if it is better to open another bug report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants