Re: Solr 8.1.5 Postlogs - Basic Authentication Error

2020-05-15 Thread Joel Bernstein
Right now this is not, but this would be fairly easy to add. I'll see if I can get that in for the next release. Joel Bernstein http://joelsolr.blogspot.com/ On Mon, May 11, 2020 at 5:03 PM Waheed, Imran wrote: > Is there a way to use bin/postllogs with basic authentication on? I am >

Re: Solr 8.1.5 Postlogs - Basic Authentication Error

2020-05-13 Thread ART GALLERY
check out the videos on this website TROO.TUBE don't be such a sheep/zombie/loser/NPC. Much love! https://troo.tube/videos/watch/aaa64864-52ee-4201-922f-41300032f219 On Mon, May 11, 2020 at 4:03 PM Waheed, Imran wrote: > > Is there a way to use bin/postllogs with basic authentication on? I am >

Solr 8.1.5 Postlogs - Basic Authentication Error

2020-05-11 Thread Waheed, Imran
Is there a way to use bin/postllogs with basic authentication on? I am getting error if do not give username/password bin/postlogs http://localhost:8983/solr/logs server/logs/ server/logs Exception in thread "main"

Re: Solr Authentication Error - Error trying to proxy request for url

2019-01-14 Thread Zheng Lin Edwin Yeo
Hi, When you generate the SSL certificate, did you put the IP address to the the IP address of your system? Regards, Edwin On Tue, 15 Jan 2019 at 01:31, Ganesh Sethuraman wrote: > We are using Solr 7.2.1 in Solr Cloud mode, with embedded Zookeeper for > test purposes. We enabled SSL and

Solr Authentication Error - Error trying to proxy request for url

2019-01-14 Thread Ganesh Sethuraman
We are using Solr 7.2.1 in Solr Cloud mode, with embedded Zookeeper for test purposes. We enabled SSL and Authentication, and we are able to see the admin working fine with authentication. But queries through the UI or otherwise is failing with the following error. Request your help to resolve the

Authentication error : request has come without principal. failed permission

2017-10-02 Thread Shamik Bandopadhyay
ssionid 0x35ec984bea00016, closing socket connection and attempting reconnect* If I restart the node, it goes into recovery mode, but at the same time, the other healthy replica starts throwing the authentication error and eventually spirals into the downed state. This happens across all the nodes

solr authentication error

2017-05-04 Thread Satya Marivada
Hi, Can someone please say what I am missing in this case? I have solr 6.3.0, and enabled http authentication, the configuration has been uploaded to zookeeper. But I do see below error in logs sometimes. Are the nodes not able to ciommunicate because of this error? I am not seeing any

Re: Solr authentication - Error 401 Unauthorized

2015-09-13 Thread Noble Paul
It is not that solr is over protected, it is just that the clients, SolrJ as well as bin/solr are not provided with basic auth capabilities. I have opened a ticket to track this https://issues.apache.org/jira/browse/SOLR-8048 On Sat, Sep 12, 2015 at 7:14 PM, Dan Davis

Re: Solr authentication - Error 401 Unauthorized

2015-09-12 Thread Dan Davis
It seems that you have secured Solr so thoroughly that you cannot now run bin/solr status! bin/solr has no arguments as yet for providing a username/password - as a mostly user like you I'm not sure of the roadmap. I think you should relax those restrictions a bit and try again. On Fri, Sep 11,

Re: Solr authentication - Error 401 Unauthorized

2015-09-12 Thread Dan Davis
Noble, You should also look at this if it is intended to be more than an internal API. Using the minor protections I added to test SOLR-8000, I was able to reproduce a problem very like this: bin/solr healthcheck -z localhost:2181 -c mycollection Since Solr /select is protected... On Sat,

Solr authentication - Error 401 Unauthorized

2015-09-11 Thread Merlin Morgenstern
I have secured solr cloud via basic authentication. Now I am having difficulties creating cores and getting status information. Solr keeps telling me that the request is unothorized. However, I have access to the admin UI after login. How do I configure solr to use the basic authentication

curl on debian linux gives http authentication error

2015-04-08 Thread jainam vora
Hi, I have installed Curl on debian linux. But when i use curl to create collection i am getting http autentication error. -- Thanks Regards, Jainam Vora

Re: Authentication Error

2009-04-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
,I have followed the procedure given on this blog to setup the solr Below is my code. I am trying to index the data but I am not able to connect to server and getting authentication error. HttpClient client=new HttpClient(); client.getState().setCredentials(new AuthScope(localhost, 80

Re: Authentication Error

2009-04-17 Thread Allahbaksh Asadullah
to server and getting authentication error. HttpClient client=new HttpClient(); client.getState().setCredentials(new AuthScope(localhost, 80, AuthScope.ANY_SCHEME), new UsernamePasswordCredentials(admin, admin)); Can you please let me know what may

Authentication Error

2009-04-16 Thread Allahbaksh Asadullah
Hi,I have followed the procedure given on this blog to setup the solr Below is my code. I am trying to index the data but I am not able to connect to server and getting authentication error. HttpClient client=new HttpClient(); client.getState().setCredentials(new AuthScope(localhost, 80

Re: Authentication Error

2009-04-16 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Thu, Apr 16, 2009 at 10:34 PM, Allahbaksh Asadullah allahbaks...@gmail.com wrote: Hi,I have followed the procedure given on this blog to setup the solr Below is my code. I am trying to index the data but I am not able to connect to server and getting authentication error. HttpClient