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
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.
> >
> >
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
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