4

Assuming, my application need to access my web server using server certificate that is not supported by Nexus One (or other android devices), for example.

is it possible to 'embedded' the client certificate in the application? is this the same as signing the app with the client certificate?

Thanks

cwrx
  • 66
  • 1
  • 3

1 Answers1

9

Yes, it is possible to embed the server certificate in the application.

Look at my blog article. I posted a detailed description how you can achieve this with creating your own keystore.

saxos
  • 2,467
  • 1
  • 20
  • 21
  • it would be great if you can post it again? – Carlos Jan 31 '14 at 19:09
  • 2
    Unfortunately the webserver is down. But I posted the blog article on SO. See http://stackoverflow.com/questions/2012497/accepting-a-certificate-for-https-on-android/3998257#3998257 – saxos Jan 31 '14 at 19:42