Hi all, I am trying to connect with Android to a server which I develop myself. Now it should be possible to connect to that server using an encrypted connection (namely HTTPS). As I do not use this application in a commercial way I don't want to invest money to buy a real certificate. So, I try to test the system using a test certificate from thawte on server side.
What happens: Because the CA that signed this test certificate is not stored on Android, it simply rejects the certificate and does not connect to the server by stopping the handshake procedure by a TCP-Fin-Ack. I tried to connect to other, public secured servers and there the connection is established without any problem (tests done with HttpClient and HttpMethod). Is there any possibility to add the two certificates (test intermediate CA & test root CA) to the Android keystore in order to have an effect as if the certificate I use was a real one? Or does anybody knows if there are other possibilities to connect to test servers? Thank you for responding, maennel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

