-
Notifications
You must be signed in to change notification settings - Fork 506
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
Websocket error: SSL not available. #552
Comments
still getting it with the latest python-for-android: Thinking maybe this is a py4a issue? |
Digging further: I disabled the SSL check on websocket-client and found a lower level exception: 09-02 10:00:43.215 13478 13511 I python : [ERROR ] [MyApp] Websocket error: _ssl.c:331: No root certificates specified for verification of other-side certificates. |
This would indeed be a python-for-android issue. Does openssl work in general for you, e.g. downloading an https:// site? |
Thank you for the quick reply. I'm successfully using https with ururllib2 , so it seems ssl is working. I'll open an issue in python-for-android. |
09-02 09:12:04.037 10328 10719 I python : [ERROR ] [MyApp] Websocket error: SSL not available.
09-02 09:12:04.037 10328 10719 I python : [INFO ] [MyApp] Websocket closed
Getting this error when attempting to open a secure websocket ('wss://') using websocket-client.
Still happens after a
buildozer android clean
and after deleting the .buildozer directory.buildozer requirements:
requirements = kivy==1.10.0, sqlite3, openssl, pyopenssl, pygments, websocket-client
The text was updated successfully, but these errors were encountered: