[android-developers] SSL/TSL Over Android 2.1

2012-02-07 Thread Yonatan Romero
I attempt to connect to my web-site with a self-signed certificate. I received a SSLException (Not trusted server certificate) because my website doesn't have a trust certificate. So I try to connect to others safe-web-pages witch has certificates signed by CA authorities like Verisign, Thawte,

Re: [android-developers] SSL/TSL Over Android 2.1

2012-02-07 Thread Nikolay Elenkov
On Tue, Feb 7, 2012 at 5:16 AM, Yonatan Romero romeroyona...@gmail.com wrote: So I try to connect to others safe-web-pages witch has certificates signed by CA authorities like Verisign, Thawte, GoDaddy, Digicert, etc. I noticed that the request sometimes throws the exception and sometimes not.