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

2009-11-25 Thread Ruini Xue
I am also looking for an SSL httpclient example for android, especially on how to import the certificate. -- leo On Sat, Nov 21, 2009 at 1:19 AM, androidguy bhartiyas...@gmail.com wrote: Hi Experts, any luck for help? In nutshell, People suggested two ways to do it 1)set context in

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

2009-11-20 Thread androidguy
Hi Experts, any luck for help? In nutshell, People suggested two ways to do it 1)set context in httpconnection with custom TrustManager 2)Set TrustManager some other way . in android org.apache.http.conn.ssl.SSLSocketFactory SSLSocketFactory(SSLContext sslContext) method is not available. see