Perhaps you can try using a sniffer tool like Wireshark? If you can connect with curl, capture that connection first, then try with ManifoldCF. Compare/contrast to see what the differences are.
Karl On Mon, Mar 31, 2025 at 11:18 AM Bisonti Mario <[email protected]> wrote: > Hi > I tried to enable basic authentication on my solr server. > > I configured basic authentication with the security.json mentioned here: > > https://solr.apache.org/guide/solr/9_7/deployment-guide/basic-authentication-plugin.html > > > When i try to login to solr or when I try to use curl with the basic > authentication, it works. > > > I set username and password on my solr output connection of my ManifoldCF: > > but I obtain always the error: "Threw exception: 'Solr authorization > failure, code 401: aborting job" > > > Could you help me? > Thanks a lot > > Mario > >
