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) ?
Did you try https://github.com/TooTallNate/Java-WebSocket
I haven't used it myself, but it looks promising.