Even for in-house without no outside access you should have authentication and https. There can be a tiny misconfiguration somewhere else not controlled by you and you face suddenly a big open leak.
Never do this - not even for development environments (here another important aspect is if there are possible authentication issues that you are aware of them early). > Am 11.12.2019 um 17:18 schrieb rhys J <rhyssha...@gmail.com>: > > I installed Solr following the directions on this site: > > https://lucene.apache.org/solr/guide/6_6/installing-solr.html > > I am running standalone Solr with no authentication added because it is all > in-house with no access to outside requests. > > When I try to su solr, using the password mentioned here: > https://lucidworks.com/post/securing-solr-basic-auth-permission-rules/, i > get an authentication failure. > > I'm trying to chase down a bug, and I need to be able to see the results of > some commands from the user solr's perspective. > > What am I doing wrong? > > Thanks, > > Rhys