Overriding the default excluded cipher suites
Know how to override the default excluded ciper suites for Solr.
By default, Solr excludes cipher suites that use weak algorithms, legacy SSL
protocols, anonymous authentication, and TLS_RSA key exchange. The
default excluded cipher pattern is:
.*(MD5|SHA1)$,^TLS_RSA.*$,^SSL_.$,.*NULL.*$,.*anon.*$,.*CCM(_8)?$
You can configure excluded cipher suites with the
SOLR_SSL_CIPHERS_EXCLUDE environment variable, which maps to
the solr.jetty.ssl.ciphers.exclude Java option.
If a client, load balancer, or integration requires TLS_RSA cipher
suites, you can override the default exclude list. Customize the regular expression
to match your security requirements.
To override the default excluded cipher suites for Solr server roles:
