[android-developers] CertPathValidatorException (TrustAnchor for CertPath not found)

2010-09-07 Thread Speedy
How can I debug an app which depends on an SSL certificate which my HTC EVO (froyo 2.2) doesn't trust? The cert is a valid one from Trustwave--nothing wrong with it. It is installed properly on our web server. ( see https://www.anaheimjobs.com/JobFair2010.html , then click on the TrustWave badge

[android-developers] CertPathValidatorException: TrustAnchor for CertPath not found.

2009-09-18 Thread JavaNut
I'm trying to make an SSL connection to a host that is not using one of the standard CAs. I'm attempting to do this in the ordinary way: you create an SSLContext, and then you call sslContext.init(clientKeyManagers, trustManagers, secureRandom); Very simple stuff. I've confirmed that