RE: PoolingHttpClientConnectionManager SSL Handshake exception

2015-09-08 Thread Bhuvaneswari Anandhan
: Tuesday, September 08, 2015 7:20 PM To: HttpClient User Discussion Subject: Re: PoolingHttpClientConnectionManager SSL Handshake exception HttpClient did get more picky about certs. On Tue, Sep 8, 2015 at 4:31 AM, Bhuvaneswari Anandhan < bhuvaneswari.anand...@oracle.com> wrote: > Hi , &

Re: PoolingHttpClientConnectionManager SSL Handshake exception

2015-09-08 Thread Dan Quaroni
HttpClient did get more picky about certs. On Tue, Sep 8, 2015 at 4:31 AM, Bhuvaneswari Anandhan < bhuvaneswari.anand...@oracle.com> wrote: > Hi , > > > > Recently we have done a Apache http component migration from 3.1 to 4.4.1. > > > > We have changed the connection manager implementation from

RE: PoolingHttpClientConnectionManager SSL Handshake exception

2015-09-08 Thread Bhuvaneswari Anandhan
User Discussion Subject: Re: PoolingHttpClientConnectionManager SSL Handshake exception Are you ONLY changing the http client you use and NOTHING else? 2015-09-08 10:31 GMT+02:00 Bhuvaneswari Anandhan < bhuvaneswari.anand...@oracle.com>: > Hi , > > > > Recently we have done a

Re: PoolingHttpClientConnectionManager SSL Handshake exception

2015-09-08 Thread Stefan Magnus Landrø
Are you ONLY changing the http client you use and NOTHING else? 2015-09-08 10:31 GMT+02:00 Bhuvaneswari Anandhan < bhuvaneswari.anand...@oracle.com>: > Hi , > > > > Recently we have done a Apache http component migration from 3.1 to 4.4.1. > > > > We have changed the connection manager implementa

PoolingHttpClientConnectionManager SSL Handshake exception

2015-09-08 Thread Bhuvaneswari Anandhan
Hi , Recently we have done a Apache http component migration from 3.1 to 4.4.1. We have changed the connection manager implementation from MultiThreadedHttpConnectionManager (3.1 implementation) to PoolingHttpClientConnectionManager (apache httpclient 4.4.1). Now we are getting SS