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 Authen
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 wrote:
> Noble,
>
> You sh
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, Sep
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,
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: ht
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: Sh
uethu...@gmail.com]
> Sent: Tuesday, November 04, 2014 3:22 PM
> 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 Apach
3:22 PM
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
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 an
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 നോബിള് नोब्ळ्
> I have raised an issue https://issues.apache.org/jira/browse/SOLR-1238
>
I have raised an issue https://issues.apache.org/jira/browse/SOLR-1238
there is patch attached to the issue.
On Mon, Jun 22, 2009 at 1:40 PM, Allahbaksh Asadullah
wrote:
>
> Hi All,
> I am facing getting error when I am using Authentication in Solr. I
> followed Wiki. The error doesnot appear w
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();
12 matches
Mail list logo