You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that connection to https urls works fine only on api 23 and higher. I was not able to install SSLSocketFactory for org.java_websocket.client.WebSocketClient correctly. And there is another error for devices with api 19: they have incorrect default tls version.
I think there should be a way to configure tls version, user trusted certificates and certificate pinning or provided an interface for cofigure own websocket client. As for me okhttp is more flexible(I fix my issues with the help of it).
The text was updated successfully, but these errors were encountered:
It seems that connection to https urls works fine only on api 23 and higher. I was not able to install SSLSocketFactory for org.java_websocket.client.WebSocketClient correctly. And there is another error for devices with api 19: they have incorrect default tls version.
I think there should be a way to configure tls version, user trusted certificates and certificate pinning or provided an interface for cofigure own websocket client. As for me okhttp is more flexible(I fix my issues with the help of it).
The text was updated successfully, but these errors were encountered: