On Wed, Jul 20, 2011 at 6:04 PM, Sapna Srivastav <[email protected]> wrote: > Hi all > > I need an Https connection in my application for SSL but I come to > know that there are some root CA not installed on Android 2.1 and 2.2, > how can I request to android os vendor to integrate update CA. > While running my code, I get exception :"Not trusted certificated". > But the same code perfectly running on version 2.3. >
AFAIK, you cannot add certificates to the trust store in Android. You can setup your HttpClient to use a custom trust store that has all the certificates you need. -- 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

