Same...Drupal core 10.2.4 after composer upgrading drupal/shs (2.0.0-rc4 => 2.0.0-rc11).
* Removing the configuration line from shs.info.yml seems to fix it...adding a patch if anyone wants it.
Re-rolled this patch for Drupal 9.5.9.
@geekygnr Thanks for the heads up!
The patch is working for us, thanks!
We are experiencing the same issue. I emailed opensolr like you said, but here is a little more info in case it helps.
Drupal 9.5.7
Search API Solr 4.2.10
Search API Opensolr 2.1.1
Solr Version: 8 us-east
I noticed the ping request is going to https://us-east-8-11.solrcluster.com:443/solr/admin/info/system?wt=json&...
and is resulting in a 400 Bad request, like nsciacca reported.
If I add the pingServer() function back though, it works.
It ends up calling the pingEndpoint() function instead of getServerInfo(), which ends up calling an endpoint that's specific to our index (HCFWebsite):
https://us-east-8-11.solrcluster.com:443/solr/HCFWebsite/admin/ping?omit...
Sorry, messed #9 up...this one should work.
Patch #8 didn't apply for me on 2.04 because of a single space. Attaching a fix!