android - Provide own root-certificate for HTTPS-connection? -


currently app connects (special) webserver via http retrieve data there via get/post , httpclient.

now plan switch on https. problem: webpage i'm communicating uses cacert root certificate not available on android devices, users connection fail.

cacert provides root certificates @ http://www.cacert.org/index.php?id=3&lang=en . there possibility use these certificates https connection? don't expect install silently whole system, me enough provide special httpclient connection.

thanks!

ok, found solution including code example here: http://developer.android.com/training/articles/security-ssl.html


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

angularjs - ng-repeat duplicating items after page reload -