On 12/13/2020 7:21 AM, Bogdan C. wrote:
Solr is installed and working on http (8983). I (think I) have the keystore configured properly and solr.in.sh modified for the SOLR_SSL_* config settings. Not sure how to modify the service startup to listen on 8984 for ssl. solr documentation says to start it using bin/solr -p 8984 its configured to start as a service so nt sure that applies here... I modified solr.in.sh with SOLR_PORT=8984 but it still starts up on 8983.
If you installed Solr as a service, then you'll need to edit /etc/default/solr.in.sh ... the one that's in the bin directory is ignored.
If that's the one you did edit, then I do not know why it isn't working ... unless maybe /etc/init.d/solr has also been modified. If that has happened, you would need to consult with whoever modified it.
Thanks, Shawn