I'm trying to get my android app to talk to my java server using a secure socket (where I'm going to exchange the person's username and password and verify it, in non plain text).

How do I go about doing something like this? Source code example on the android (client) side would be great. I can create the server side after seeing how the client side is done.

I can't seem to get any SSLSocket connection to pass the handshake between the android emulator and my PC. I am not finding a common cipher suite between the two to pass the handshake. Anyone have any suggestions?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.