I am doing an app to connect with HTTPS Server. I've read a lot of tutorials but i have not a ideal solution.
In server I've got a self-signed certificated. What have I to do in client part? I read official tutorial: http://developer.android.com/training/articles/security-ssl.html But if I load the same certificate app crashes with this exception javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
Some idea or example?
Thanks