[android-developers] javax.net.ssl.SSLException: Not trusted server certificate error in 2.1

2012-09-28 Thread ramesh aravelli
Hi all, I am developing an application that need a certificate verification from the server. It works fine on Android 2http://boardreader.com/tp/Android%202.html.2 version and above, but for android 2.1 it gave me an exception javax.net.ssl.SSLException: Not trusted server certificate. can any one

[android-developers] javax.net.ssl.SSLException: Not trusted server certificate error in 2.1

2012-09-24 Thread ramesh aravelli
I am developing an application that need a certificate verification from the server. It works fine on Android 2http://boardreader.com/tp/Android%202.html.2 version and above, but for android 2.1 it gave me an exception javax.net.ssl.SSLException: Not trusted server certificate. can any one please

[android-developers] javax.net.ssl.SSLException: Not trusted server certificate

2011-07-26 Thread Seven
Hi Just now , I am tring to run a Test application about GPS Location on my phone MOTO MB535 ,but I am getting an error. And it is the method . LocationManager locationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); Location location = null;

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

2011-07-26 Thread Kumar Bibek
GPS has got nothing to do with Not trusted server error. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jul 26, 2011 at 11:50 AM, Seven zhangpa...@gmail.com wrote: Hi Just now , I am tring to run a Test application about GPS

[android-developers] javax.net.ssl.SSLException: Not trusted server certificate

2010-09-25 Thread Gold
hi..All, I access asp.net web service..! My web service name is https://192.168.1.2/Sample/service.asmx; But it will show the following Exception javax.net.ssl.SSLException: Not trusted server certificate This is my code

[android-developers] javax.net.ssl.SSLException: Not trusted server certificate

2008-11-20 Thread AnuR
Hi, While I am trying to post a web page using DefaultHttpClient httpclient = new DefaultHttpClient(); CookieStore cookies = httpclient.getCookieStore(); HttpPost Postmethod = new HttpPost(https://url to post);// Submiting I agree page ArrayListBasicNameValuePair nvpairs = new ArrayList();