I am getting this issue when i replace my url with https...my url with http working fine but with https it's crashed,i search internet but not find any solution
Asked
Active
Viewed 1,436 times
0
-
possible duplicate of [javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found](http://stackoverflow.com/questions/21047414/javax-net-ssl-sslhandshakeexception-java-security-cert-certpathvalidatorexcepti) – Flow Apr 01 '15 at 07:46
-
I have solved my problem with the following link: http://stackoverflow.com/questions/3440062/ksoap-2-android-with-https – newOnAndroid Apr 01 '15 at 08:45
-
Then please post an answer and mark it as accepted. – Flow Apr 01 '15 at 08:55
1 Answers
0
You are probably using a CA for your certificate which is not known as trusted in the very old version of Android you are trying. More details might be given if you provide your URL.

Steffen Ullrich
- 114,247
- 10
- 131
- 172