Re: Basic Authentication in Standalone Configuration ?

2019-06-10 Thread Colvin Cowie
Hello, You need to use the *set *command in windows cmd files to set values. The example solr.in.cmd has commented out examples, e.g. *REM Settings for authenticationREM Please configure only one of SOLR_AUTHENTICATION_CLIENT_BUILDER or SOLR_AUTH_TYPE parametersREM set

Basic Authentication in Standalone Configuration ?

2019-06-10 Thread Paul
Hi, I am not sure if Basic Authentication is possible in SOLR standalone configuration (version 7.6). I have a working SOLR installation using SSL. When following the docs I add options into solr.in.cmd, as in: SOLR_AUTH_TYPE="basic" SOLR_AUTHENTICATION_OPTS="-Dbasicauth=solr:SolrRocks" When I