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

2019-12-19 Thread Nicolas de Pomereu
Hi Oleg, No, I had not updated my code. I updated my code as you said and it worked OK. Thanks Oleg, Nicolas de Pomereu -Original Message- From: Oleg Kalnichevski Sent: Tuesday, December 10, 2019 11:16 AM To: HttpClient User Discussion Subject: Re: SSL failure when using new Async

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

2019-12-10 Thread Nicolas de Pomereu
mit/f3c418c50a6ebba4f7f89d568a542c5599956310> ) Enclosed class call fails with javax.net.ssl.SSLHandshakeException: General SSLEngine problem (USE_WEBSITE_WITH_IP_DIFFERENT_THAN_INNET_ADDRESS = true) Regards, Nicolas de Pomereu <<...>> <<...>> -Original Message- From: Oleg Kalniche

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

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;