Hi, I am using Solr 5.5.0. I config the basic authentication to Solr following by http://muddyazian.blogspot.com/2013/11/how-to-require-password-authentication.html. Then when I start solr, the message "ERROR: Solr at http://xxxx:8983/solr did not come online within 30 seconds!" is popup on console. However, I can access the solr URL and the basic authentication works as expectation. How to disable this message or any other methods to make solr not report this error? Thanks