i am trying to port an existing project to Android and am quite new to the platform. The communication is done using Ksoap2, a soap library.
When i try to communicate with the server using https i get a SSLHandshakeException: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
Is there a way around this? And, if yes, where do i have to start?