Selecting private key with Windows-MY

2019-06-04 Thread Michael Osipov
Folks, I am trying to perform TLS auth with a PKCS12 and Windows-MY keystores with HttpClient 4.5.6 + Java 8, Update 212. While with the .p12 (contains one key and its cert) file everything goes smoothly and fast, I am having trouble with Windows-MY on Windows 7 with my smartcard. Loading

Re: HttpClient 5.0 release

2019-06-04 Thread Adam Retter
So by that reasoning... taking the current code and changing the version number improves the quality Does it though?!? On Tue, 4 Jun 2019, 17:24 Puneet Prakash, wrote: > Hi, > > >What is it exactly that stops you from using HttpClient 5.0 right now? > it is our policy for our products, not

Re: HttpClient 5.0 release

2019-06-04 Thread Gary Gregory
On Tue, Jun 4, 2019 at 2:00 PM Oleg Kalnichevski wrote: > On Tue, 2019-06-04 at 16:23 +, Puneet Prakash wrote: > > Hi, > > > > > What is it exactly that stops you from using HttpClient 5.0 right > > > now? > > > > it is our policy for our products, not to depend on beta versions of > > third

Re: HttpClient 5.0 release

2019-06-04 Thread Oleg Kalnichevski
On Tue, 2019-06-04 at 16:23 +, Puneet Prakash wrote: > Hi, > > > What is it exactly that stops you from using HttpClient 5.0 right > > now? > > it is our policy for our products, not to depend on beta versions of > third party dependencies. > I see now. For a moderate consulting fee I can

Re: HttpClient 5.0 release

2019-06-04 Thread Puneet Prakash
Hi, >What is it exactly that stops you from using HttpClient 5.0 right now? it is our policy for our products, not to depend on beta versions of third party dependencies. -Puneet