Re: issue with https connection using Apache http client 4.3.5 with android

2016-04-22 Thread Sunil Chandrasekharan
ificate to the IP with no additional checking. > > As for your "other error", you need to tell us which one. > > Does not look like an issue with Android or your code so far. > > Gruss > Bernd > > -- > http://bernd.eckenfels.net > > -Original Message- > Fr

issue with https connection using Apache http client 4.3.5 with android

2016-04-20 Thread Sunil Chandrasekharan
Hi , I am trying to implement https connection support using Apache http client 4.3.5 on my Android devices HttpClientBuilder builder = HttpClientBuilder.create();KeyStore trustStore = KeyStore.getInstance(KeyStore.getDefaultType()); trustStore.load(null, null); SSLContext sslContext =