1

When I connect to a server with an official SSL certificate, i get a

javax.net.ssl.SSLHandshakeException
java.security.cert.CertPathValidatorException: Trust Anchor for certification path not found.

But when I run this app on an Android-phone, it works. Any solutions?

Best regards!

PatrickMA
  • 887
  • 9
  • 23

1 Answers1

1

I found it out myself. Avast puts it own SSL certificate and Android does not trust this.

PatrickMA
  • 887
  • 9
  • 23