0

I using async-http library and when our server started using https, I got this error:

java.security.cert.CertPathValidatorException: Trust anchor for certification path not found

How can I turn on ignoring check of certificate (Our certificate doesn't complete yet).

1 Answer 1

1

See this post https://developer.android.com/training/articles/security-ssl.html#HttpsExample

  1. The CA that issued the server certificate was unknown
  2. The server certificate wasn't signed by a CA, but was self signed
  3. The server configuration is missing an intermediate CA
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.