[android-developers] SSLException: Not trusted server certificate

2010-08-20 Thread Ajay
Hi, I am receiving this exception, when I try to access a secure site in my App. I am using DefaultHttpClient BasicHttpParams classes for Http communication. Any idea what could be the problem here? Thank you, AJ

Re: [android-developers] SSLException: Not trusted server certificate

2010-08-20 Thread Kostya Vasilyev
Ajay, This can happen because the certificate is not signed by a trusted certificate authority (e.g. self-signed), or because the certificate is just plain wrong. Try accessing the URL with a desktop browser to find out what the actual reason is. If the certificate is good, but is