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

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,

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
I am not a security expert, but in my opinion the safest way to run solr securely is to forget all about usernames passwords and instead use SSL with client SSL certificates... https://cwiki.apache.org/confluence/display/solr/Enabling+SSL : Date: Tue, 4 Nov 2014 12:53:30 + : From: Shay

Re: Solr authentication

2014-11-04 Thread Alexandre Rafalovitch
Whichever way you run, I just want to remind people that if people have access to Solr, they can issue delete commands and - probably - bunch of other things. If performance is not a critical aspect, I would look at isolating Solr in something like Docker container. Regards, Alex. Personal:

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

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();