Re: Can't get org.apache.http.conn.ssl.TrustSelfSignedStrategy to work

2017-02-18 Thread Gary Gregory
On Sat, Feb 18, 2017 at 2:06 AM, Oleg Kalnichevski wrote: > On Fri, 2017-02-17 at 12:56 -0800, Gary Gregory wrote: > > Hi All, > > > > I cannot seem to get org.apache.http.conn.ssl.TrustSelfSignedStrategy > > to > > work with an SSL connection. > > > > I am creating the HttpClient (4.5.3, the lat

Re: Can't get org.apache.http.conn.ssl.TrustSelfSignedStrategy to work

2017-02-18 Thread Oleg Kalnichevski
On Fri, 2017-02-17 at 12:56 -0800, Gary Gregory wrote: > Hi All, > > I cannot seem to get org.apache.http.conn.ssl.TrustSelfSignedStrategy > to > work with an SSL connection. > > I am creating the HttpClient (4.5.3, the latest) like so: > > final PoolingHttpClientConnectionManager cm = n