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
SOLR_AUTHENTICATION_CLI
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 g