You cannot install the certificate on the device. However, you can get hold of the certificates, create a keystore file inside your app, and add the certificates there. The next time you initiate a request, use this keystore to initialize the SSLContext, and that should work.
It's a bit tricky however, but you can definitely do this. Look for some samples. -Kumar Bibek http://techdroid.kbeanie.com On Sep 14, 6:30 pm, Omer Gilad <[email protected]> wrote: > Hello, > My application redirects its users to a known domain > (secure.gate2shop.com) that its root certificate doesn't exist on > Android devices. > Normal PC browsers have no problem accessing the site, but Android > browser displays to the user that the certificate is untrusted. I > don't want that behavior, not even once, so I'm looking for a way to > install this certificate on the device from my app. > > Does anyone know about a way to do that? > > Thanks -- 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

