-
Notifications
You must be signed in to change notification settings - Fork 54
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
wss and self signed certificate? #100
Comments
Thanks for your question! Can you try and see what happens? I'd expect you'll see a
-- https://developer.android.com/training/articles/security-ssl.html#CommonProblems In TubeSock, which is the WebSocket library that we use, there is an open pull request that adds support for a custom As can be seen, this can be implemented with changes in just a few lines. Does this help? |
com.firebase.tubesock.WebSocketException: error while creating secure socket to wss://tailmaters-dev.meteorapp.com/websocket |
There are some news in #101 |
Now that c4d7226 has arrived, adding support for self-signed certificates should be much simpler. |
Can I use this framework with a self signed certifcate?
The text was updated successfully, but these errors were encountered: