I tried "builder = builder.withInternalClientBuilder(http2ClientBuilder);" before debugging - it didn't help - I will try it again to do clean test.
Thank you, Andrei Minin | Principal Developer Intellective ami...@intellective.com www.intellective.com<http://www.intellective.com/> Follow us on LinkedIn<https://www.linkedin.com/company/intellectiv/> | Twitter<https://twitter.com/intellectiv> | Facebook<https://www.facebook.com/intellectiveglobal> ________________________________ From: Shawn Heisey <apa...@elyograg.org> Sent: Tuesday, April 4, 2023 2:49 To: users@solr.apache.org <users@solr.apache.org> Subject: Re: SOLR 9.2.0 cluster basic authentication with http2 solr client On 4/3/23 12:38, Tomás Fernández Löbbe wrote: > Try replacing this: > builder = builder.withHttpClient(http2ClientBuilder.build()); > with > builder = builder.withInternalClientBuilder(http2ClientBuilder); Looking at the code in CloudHttp2SolrClient on main, branch_9x, and branch_9_2, the effective result of these two different options appear to be identical, the only difference being that the clientIsInternal boolean is false for the first option and true for the second. I would not expect the described change to help. I do hope I am wrong! Thanks, Shawn