简体   繁体   中英

Android will run only on CA Root Certificates?

I have created self signed certificate and installed in a server.To enable https in android is it required ca root cerificate.? Android won't run in self signed certificates?

The documentation at http://developer.android.com/training/articles/security-ssl.html#SelfSigned clearly say that HttpURLConnection won't work with a self signed certificate.

They also imply that you can create your own TrustManager as a workaround.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM