Enable TLS/SSL for Solr |
Check this field to enable TLS for Solr. |
Solr TLS/SSL Server JKS Keystore File Location |
The path to the TLS/SSL keystore file containing the server certificate and private
key used for TLS/SSL. Used when Solr is acting as a TLS/SSL server. The keystore must be
in JKS format. |
Solr TLS/SSL Server JKS Keystore File Password |
Password for the Solr JKS keystore. |
Solr TLS/SSL Client Trust Store File
|
Required in case of self-signed or internal CA signed certificates. The location on
disk of the truststore, in .jks format, used to confirm the authenticity of TLS/SSL
servers that Solr might connect to. This is used when Solr is the client in a TLS/SSL
connection. This truststore must contain the certificate(s) used to sign the service(s)
being connected to. If this parameter is not provided, the default list of well-known
certificate authorities is used instead. |
Solr TLS/SSL Client Trust Store Password |
The password for the Solr TLS/SSL Certificate Trust Store File. This password is not
required to access the truststore: this field can be left blank. This password provides
optional integrity checking of the file. The contents of truststores are certificates, and
certificates are public information. |