I'm having this exact same problem using Netty to talk to our server. I've run my client code in a standard JVM and it can talk to the server perfectly fine but I always get this error when I run my client code in the Android emulator.
The only discernable difference I can find in the two sessions is that the JVM is connecting using SSL_RSA_WITH_RC4_128_MD5 and my Android client is connecting using SSL_RSA_WITH_3DES_EDE_CBC_SHA. This is preventing me from doing SERVER AUTH in my ssl sessions. If I turn off server auth and use something like DH_anon it works fine. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

