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

2016-04-22 Thread Bhowmik, Bindul
us which one. >> >> Does not look like an issue with Android or your code so far. >> >> Gruss >> Bernd >> >> -- >> http://bernd.eckenfels.net >> >> -----Original Message- >> From: Sunil Chandrasekharan <sunil.kai...@gmail.com> &

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

2016-04-22 Thread Sunil Chandrasekharan
om: Sunil Chandrasekharan <sunil.kai...@gmail.com> > To: httpclient-users@hc.apache.org > Sent: Mi., 20 Apr. 2016 8:02 > Subject: issue with https connection using Apache http client 4.3.5 with > android > > Hi , > > I am trying to implement https connection suppor

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 =