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
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
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()
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 {
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
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
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
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