Re: How to use encrypted username password.

2019-05-21 Thread Jan Høydahl
Typically you'll place the -Dsolr.httpclient.config file somewhere restricted so there should be no need to encrypt it. IF you encrypted the user and pass in that file, where would you place the secret decryption key for Solr to decrypt them? -- Jan Høydahl, search solution architect Cominvent A

Re: How to use encrypted username password.

2019-05-20 Thread Joel Bernstein
Typically basic auth is encrypted using SSL. Joel Bernstein http://joelsolr.blogspot.com/ On Mon, May 20, 2019 at 6:49 PM Gangadhar Gangadhar wrote: > Hi, > >I’m trying to explore if there is any way to encrypt -basicauth or > encrypt username and password in -Dsolr.httpclient.config. >

How to use encrypted username password.

2019-05-20 Thread Gangadhar Gangadhar
Hi, I’m trying to explore if there is any way to encrypt -basicauth or encrypt username and password in -Dsolr.httpclient.config. Thanks Gangadhar