0

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

user207421
  • 305,947
  • 44
  • 307
  • 483
newOnAndroid
  • 141
  • 3
  • 16
  • 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 Answers1

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