Android library for WSS (Secure Web Socket)

Prasad.CH picture Prasad.CH · Apr 29, 2014 · Viewed 12.8k times · Source

Im trying to connect to WSS (client+server certificate authentication + Corporate Proxy Authentication+Self Signed Certificate Chain) from Android.

I tried Autobhan library, Koush AsyncIO, SecureWebSocket, Autobahn library with TLS support And few other.

I could not get it working.

Any suggestions on support library or least possible alterations to my server configuration to make it work (Https mandatory) ?

Answer

Benito Ciaro picture Benito Ciaro · May 27, 2014

Did you try https://github.com/TooTallNate/Java-WebSocket

I haven't used it myself, but it looks promising.