Skip to content

Commit

Permalink
Merge pull request #1113 from brentpicasso/patch-2
Browse files Browse the repository at this point in the history
Add help regarding websocket-client & SSL
  • Loading branch information
inclement authored Sep 9, 2017
2 parents 0a4736c + 01309f0 commit 14e442b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/source/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,10 @@ This error appears in the logcat log if you try to access
``org.renpy.android.PythonActivity`` from within the new toolchain. To
fix it, change your code to reference
``org.kivy.android.PythonActivity`` instead.

websocket-client: if you see errors relating to 'SSL not available'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ensure you have the package backports.ssl-match-hostname in the buildozer requirements, since Kivy targets python 2.7.x

You may also need sslopt={"cert_reqs": ssl.CERT_NONE} as a parameter to ws.run_forever() if you get an error relating to host verification

0 comments on commit 14e442b

Please sign in to comment.