简体   繁体   中英

Working with SSL Certificates in Android

I'm new to Android programming and SSL. I am trying to make a Messenger app which has a web server in PHP and MySQL database. I have tested my application in XAMPP and it works perfectly, but now I have bought a server which starts with: " https:// " and i want to upload my web server and database to it. When I give the address of my server in the java codes, it prompts me that there is a problem with SSL stuff. I appreciate any help that can tell me how should I start fixing this problem and what is needed.

You have to create a key store. You can use android-async-http libray, following a sample CustomCASample

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