On 12/11/23 21:25, Anuj Bhargava wrote:
http://xxx.xxx.xx.xxx:8983/solr/#/
I often get the following error -
This site can’t be reached xxx.xxx.xx.xxx refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
8983 port is open
There's not a lot of info here. Starting in version 9.0.0, Solr only
listens on localhost by default. To listen on all interfaces, set the
SOLR_JETTY_HOST environment variable to 0.0.0.0 in the include script.
Thanks,
Shawn