Skip to content

Commit d96d71e

Browse files
authored
Merge pull request kivy#2205 from AndreMiras/feature/troubleshooting_ssl_error
📚 Troubleshoot SSL error
2 parents e4404c8 + 56a6cf1 commit d96d71e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/troubleshooting.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,9 @@ ModuleNotFoundError: No module named '_ctypes'
202202
You do not have the libffi headers available to python-for-android, so you need to install them. On Ubuntu and derivatives these come from the `libffi-dev` package.
203203

204204
After installing the headers, clean the build (`p4a clean builds`, or with buildozer delete the `.buildozer` directory within your app directory) and run python-for-android again.
205+
206+
SSLError("Can't connect to HTTPS URL because the SSL module is not available.")
207+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
208+
209+
Your `hostpython3` was compiled without SSL support. You need to install the SSL development files before rebuilding the `hostpython3` recipe.
210+
On Ubuntu and derivatives these come from the `libssl-dev` package (then `p4a clean builds`, or with buildozer `buildozer android clean`).

0 commit comments

Comments
 (0)