Re: Move TrustSelfSignedStrategy and TrustAllStrategy from HttpClient 5 to HttpCore 5

2017-05-10 Thread sebb
On 10 May 2017 at 17:34, Gary Gregory wrote: > On Wed, May 10, 2017 at 12:49 AM, Oleg Kalnichevski > wrote: > >> On Tue, 2017-05-09 at 17:10 -0700, Gary Gregory wrote: >> > Hi All, >> > >> > I would like to move TrustSelfSignedStrategy and TrustAllStrate

Re: Move TrustSelfSignedStrategy and TrustAllStrategy from HttpClient 5 to HttpCore 5

2017-05-10 Thread Gary Gregory
On Wed, May 10, 2017 at 12:49 AM, Oleg Kalnichevski wrote: > On Tue, 2017-05-09 at 17:10 -0700, Gary Gregory wrote: > > Hi All, > > > > I would like to move TrustSelfSignedStrategy and TrustAllStrategy > > from > > HttpClient 5 to HttpCore 5. > > > >

Re: Move TrustSelfSignedStrategy and TrustAllStrategy from HttpClient 5 to HttpCore 5

2017-05-10 Thread Oleg Kalnichevski
On Tue, 2017-05-09 at 17:10 -0700, Gary Gregory wrote: > Hi All, > > I would like to move TrustSelfSignedStrategy and TrustAllStrategy > from > HttpClient 5 to HttpCore 5. > > The reason is that the SslContextBuilder is in HttpCore and that is > the > most

Move TrustSelfSignedStrategy and TrustAllStrategy from HttpClient 5 to HttpCore 5

2017-05-09 Thread Gary Gregory
Hi All, I would like to move TrustSelfSignedStrategy and TrustAllStrategy from HttpClient 5 to HttpCore 5. The reason is that the SslContextBuilder is in HttpCore and that is the most public place TrustStrategy implementations are used (in my use cases at least.) Furthermore, when I want to use