Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread thc202
On 12/05/2023 15:27, Oleg Kalnichevski wrote: On Fri, 2023-05-12 at 15:25 +0100, thc...@gmail.com wrote: On 12/05/2023 14:47, Oleg Kalnichevski wrote: On Fri, 2023-05-12 at 14:17 +0100, thc...@gmail.com wrote: On 12/05/2023 13:27, Oleg Kalnichevski wrote: On Fri, 2023-05-12 at 11:48 +0

Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread Oleg Kalnichevski
On Fri, 2023-05-12 at 15:25 +0100, thc...@gmail.com wrote: > > > On 12/05/2023 14:47, Oleg Kalnichevski wrote: > > On Fri, 2023-05-12 at 14:17 +0100, thc...@gmail.com wrote: > > > > > > > > > On 12/05/2023 13:27, Oleg Kalnichevski wrote: > > > > On Fri, 2023-05-12 at 11:48 +0200, Joan grupovent

Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread thc202
On 12/05/2023 14:47, Oleg Kalnichevski wrote: On Fri, 2023-05-12 at 14:17 +0100, thc...@gmail.com wrote: On 12/05/2023 13:27, Oleg Kalnichevski wrote: On Fri, 2023-05-12 at 11:48 +0200, Joan grupoventus wrote: Hi Oleg, After changing this method from: private TlsStrategy getTLSStrategy()

Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread Oleg Kalnichevski
On Fri, 2023-05-12 at 14:17 +0100, thc...@gmail.com wrote: > > > On 12/05/2023 13:27, Oleg Kalnichevski wrote: > > On Fri, 2023-05-12 at 11:48 +0200, Joan grupoventus wrote: > > > Hi Oleg, > > > > > > After changing this method from: > > > private TlsStrategy getTLSStrategy() throws Exception {

Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread thc202
On 12/05/2023 13:27, Oleg Kalnichevski wrote: On Fri, 2023-05-12 at 11:48 +0200, Joan grupoventus wrote: Hi Oleg, After changing this method from: private TlsStrategy getTLSStrategy() throws Exception {   return (DefaultClientTlsStrategy.getDefault()); } To: private TlsStrategy getTLSStrat

Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread Oleg Kalnichevski
On Fri, 2023-05-12 at 11:48 +0200, Joan grupoventus wrote: > Hi Oleg, > > After changing this method from: > private TlsStrategy getTLSStrategy() throws Exception { >   return (DefaultClientTlsStrategy.getDefault()); > } > > To: > private TlsStrategy getTLSStrategy() throws Exception { >    retur

RE: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread Joan grupoventus
Hi Oleg, After changing this method from: private TlsStrategy getTLSStrategy() throws Exception { return (DefaultClientTlsStrategy.getDefault()); } To: private TlsStrategy getTLSStrategy() throws Exception { return ClientTlsStrategyBuilder.create().setSslBufferMode(SSLBufferMode.DYNAMIC).bu

Re: Httpclient issue with https "org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer"

2023-05-12 Thread Oleg Kalnichevski
On Thu, 2023-05-11 at 19:17 +0200, Joan grupoventus wrote: > Hello Oleg, > > We are finding an issue in a new installation of our app that is > using httpclient5-5.2.1 and httpcore5-5.2. > > Our app is a proxy that receives protobuf requests that are sent to > an amazon endpoint that is respondin