RE: SSL failure when using new Async APIs in 5.0-beta6

2019-12-19 Thread Nicolas de Pomereu
;<...>> <<...>> > -Original Message- > From: Oleg Kalnichevski > Sent: Thursday, December 5, 2019 4:56 PM > To: HttpClient User Discussion > Subject: Re: SSL failure when using new Async APIs in 5.0-beta6 On > Wed, 2019-12-04 at 15:07 +0100, Oleg Kalni

Re: SSL failure when using new Async APIs in 5.0-beta6

2019-12-10 Thread Oleg Kalnichevski
lt;<...>> > -Original Message- > From: Oleg Kalnichevski > Sent: Thursday, December 5, 2019 4:56 PM > To: HttpClient User Discussion > Subject: Re: SSL failure when using new Async APIs in 5.0-beta6 > On Wed, 2019-12-04 at 15:07 +0100, Oleg Kalnichevski wrote: >

RE: SSL failure when using new Async APIs in 5.0-beta6

2019-12-10 Thread Nicolas de Pomereu
RE: SSL failure when using new Async APIs in 5.0-beta6 Hi, I still have the problem with the new master version. ( *https://github.com/apache/httpcomponents-client/commit/f3c418c50a6ebba4f7f89d568a542c5599956310* <https://github.com/apache/httpcomponents-client/com

Re: SSL failure when using new Async APIs in 5.0-beta6

2019-12-05 Thread Nicolas de Pomereu
Hi Oleg, Thank you very much, I will try asap. Regards, Nicolas de Pomereu KawanSoft SAS http://www.kawansoft.com 62, boulevard Pereire 75017 Paris - France Tel: +33 (0)1 77 69 59 58 Fax: +33 (0)1 72 74 95 39 Le jeu. 5 déc. 2019 à 18:42, Oleg Kalnichevski a écrit : > On Wed, 2019-12-04 at

Re: SSL failure when using new Async APIs in 5.0-beta6

2019-12-05 Thread Oleg Kalnichevski
On Wed, 2019-12-04 at 15:07 +0100, Oleg Kalnichevski wrote: > > > On Tue, 2019-12-03 at 15:35 +0100, Nicolas de Pomereu wrote: > > > Hi, > > > > > > With HttpClient 5.0-beta6 Classic APIs, HttpClient call will > > > work > > > using > > > HttpHost with following code, even if initHost IP is

Re: SSL failure when using new Async APIs in 5.0-beta6

2019-12-04 Thread Oleg Kalnichevski
On Tue, 2019-12-03 at 16:45 +0100, Oleg Kalnichevski wrote: > What I immediately see if that the server sends a different (broken) > SSL certificate chain during the TLS handshake with > RawSSLAsyncRegularTest example. At this point I _cannot_ confirm that > as HttpClient's fault but I will take a

Re: SSL failure when using new Async APIs in 5.0-beta6

2019-12-03 Thread Oleg Kalnichevski
What I immediately see if that the server sends a different (broken) SSL certificate chain during the TLS handshake with RawSSLAsyncRegularTest example. At this point I _cannot_ confirm that as HttpClient's fault but I will take a closer look tomorrow. Oleg On Tue, 2019-12-03 at 15:35 +0100,

SSL failure when using new Async APIs in 5.0-beta6

2019-12-03 Thread Nicolas de Pomereu
Hi, With HttpClient 5.0-beta6 Classic APIs, HttpClient call will work using HttpHost with following code, even if initHost IP is different from destServerNameIP: initHost = "www.acme.com"; destServerNameIP = "100.100.100.100"; destScheme = "https"; port = 443;