ava.security.cert.CertificateException:No trusted certificate found
843811Jun 21 2010 — edited Jun 22 2010Hi,
When I run my Java program using https I got "java.security.cert.CertificateException:No trusted certificate found" exception.
I know how to solve this issue. My question is Is there any API to find out exact reason (like self signed, Certificate already, expired, missing signature)
for this exception like J2ME API?
Thanks