-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
android: SSL certificate issues #119
Comments
Hi, Good question. I'm not sure if/how to disable verification globally. Did you try this already? pip install –upgrade certifi |
Yes I built it from scratch, I was able to log, from inside my code, certifi package version, is the same I get when running from desktop.
I thought that a version using requests could also interest also meteostat package maintainers, since it is an almost standard de-facto library. |
Hi,
I don't know if it is a bug or mine misconfiguration : I'm trying to use meteostat package to get climate normals in my mobile application, that is built on kivymd/kivy and I use buildozer to create an APK package that runs on android. In this mobile version while getting normals I get SSL verification error.
Log
Sample Code
weather.py
Main file of the application:
main.py
Questions
I noticed your library is using urllib, how can I debug this request done internally and, for example, getting the URL? Is there a way I can disable certificate verification until I fix my app/environment?
The text was updated successfully, but these errors were encountered: