Description
After upgrading to SolrJ 8.8.0 in a request gateway server responsible for maintaining CloudSolrClient connections to multiple SolrCloud clusters, we began encountering intermittent "java.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?" errors.
Some of our Solr clusters have HTTPS enabled and some do not - as far as I can tell, these issues were caused by the introduction of the global UrlScheme singleton, which would seem to make it impossible to maintain this sort of heterogenous mix of CloudSolrClients within the same JVM.
Attachments
Issue Links
- is caused by
-
SOLR-12182 Can not switch urlScheme in 7x if there are any cores in the cluster
-
- Reopened
-
- is fixed by
-
SOLR-15587 Replicas end up with base_url as http on client side even if cluster state says https when using the HttpClusterStateProvider
-
- Closed
-