Android library for WSS (Secure Web Socket)

I am trying to connect to WSS (client + server certificate authentication + corporate proxy authentication + self-signed certificate chain) with Android.

I tried Autobhan library, Koush AsyncIO, SecureWebSocket, Autobahn library with TLS support and several others.

I could not get it to work.

Any suggestions on a support library or minimal changes to my server configuration to make it work (required Https)?

+4
source share
3 answers

(nv-websocket-client). websocket Android Java. WSS RFC 7692.

+1

I use the Tirus library. It works, but only on Android 4. On Android 5, it gets into Android. The error occurs only when connecting ssl.

0
source

Source: https://habr.com/ru/post/1538604/


All Articles