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

Re: Setting Up Solr Authentication/Authorization

2018-03-09 Thread Shawn Heisey
On 3/9/2018 9:27 AM, Terry Steichen wrote: > I'm trying to set up basic authentication/authorization with solr 6.6.0. > > The documentation says to create a security.json file and describes the > content as: > > { > "authentication":{ >"class":"solr.BasicAuthPlugin", >

Setting Up Solr Authentication/Authorization

2018-03-09 Thread Terry Steichen
I'm trying to set up basic authentication/authorization with solr 6.6.0. The documentation says to create a security.json file and describes the content as: { "authentication":{ "class":"solr.BasicAuthPlugin", "credentials":{"solr":"IV0EHq1OnNrj6gvRCwvFwTrZ1+z1oBbnQdiVC3otuq0=

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

Solr authentication

2014-11-04 Thread Shay Sofer
Hi, I want that my Solr web connection will be protected by username and password. When someone try to get to - 1.1.1.1:8983/Solr, he can do it only after login (with known users). Is it possible ? Thanks, Shay.

Re: Solr authentication

2014-11-04 Thread Tim Dunphy
Hi Shay, I'm new to using Solr myself. But what I've done to solve this problem is to run Solr via Tomcat. Then I put Apache in front of Tomcat using mod_jk and made Solr accessible via SSL on port 443. I also put basic authentication in front of Apache. That way you have to enter a username

RE: Solr authentication

2014-11-04 Thread Shay Sofer
To: solr-user@lucene.apache.org Subject: Re: Solr authentication Hi Shay, I'm new to using Solr myself. But what I've done to solve this problem is to run Solr via Tomcat. Then I put Apache in front of Tomcat using mod_jk and made Solr accessible via SSL on port 443. I also put basic authentication

Re: Solr authentication

2014-11-04 Thread Tim Dunphy
Subject: Re: Solr authentication Hi Shay, I'm new to using Solr myself. But what I've done to solve this problem is to run Solr via Tomcat. Then I put Apache in front of Tomcat using mod_jk and made Solr accessible via SSL on port 443. I also put basic authentication in front of Apache. That way

Re: Solr authentication

2014-11-04 Thread Chris Hostetter
Sofer sha...@checkpoint.com : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org solr-user@lucene.apache.org : Subject: Solr authentication : : Hi, : : I want that my Solr web connection will be protected by username and password. : : When someone try to get to - 1.1.1.1

Re: Solr authentication

2014-11-04 Thread Alexandre Rafalovitch
: Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org solr-user@lucene.apache.org : Subject: Solr authentication : : Hi, : : I want that my Solr web connection will be protected by username and password. : : When someone try to get to - 1.1.1.1:8983/Solr, he can do it only

Re: Solr Authentication Problem

2009-06-23 Thread Allahbaksh Asadullah
HI All, As I am using SVN build of solr 1.4 and in it I am not able to find this method. Whether there is some changed in solr1.4 java client api. Thanks in advance Regards, Allahbaksh 2009/6/23 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com I have raised an issue

Solr Authentication Problem

2009-06-22 Thread Allahbaksh Asadullah
Hi All, I am facing getting error when I am using Authentication in Solr. I followed Wiki. The error doesnot appear when I searching. Below is the code snippet and the error. Please note I am using Solr 1.4 Development build from SVN. HttpClient client=new HttpClient();

Re: Solr Authentication Problem

2009-06-22 Thread Allahbaksh Asadullah
Hi All, I am facing getting error when I am using Authentication in Solr. I followed Wiki. The error doesnot appear when I searching. Below is the code snippet and the error. Please note I am using Solr 1.4 Development build from SVN. HttpClient client=new HttpClient();