-
Notifications
You must be signed in to change notification settings - Fork 503
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
[Docker image] SSLError("Can't connect to HTTPS URL because the SSL module is not available.") #1096
Comments
This sound like #1095 but I can't fix this. |
Nice if you have a Dockerfile that reproduce your issue, please share it |
yes, just take the current master file:
Here's my custom one with libssl-dev and pyopenssl (not working too)
|
Good news I would say as I was able to reproduce too with that |
I confirm it's working by simply adding |
Ok, I found what's wrong: |
Yes exactly, I have the code for the PR ready, but I also wanted to integration test on top. Thing is it would conflict with another one of my PR. So I was waiting to submit it. But yes fuck it I'll do the PR at least partly |
Hi andre, I have the same issue. Where can I find the dockerfile |
Versions
Description
Just try to compile HelloWorld Kivy app
buildozer.spec
Command:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: