Hello everybody,
I want to put the application Datafari to get access only in https. So, what I want, is to configure an SSL certificate with Datafari.
I have configure tomcat with SSL/TLS and I can access Datafari with https, but the SOLR seems not working :/
So, I read some forums about SOLR, and I must also configure SOLR with SSL.
I created the SSL certificate "solr-ssl.keystore.jks", "solr-ssl.keystore.p12", "solr-ssl.pem" and put the following lines in solr.in.sh: SOLR_SSL_KEY_STORE=${DATAFARI_HOME}/solr/bin/solr-ssl.keystore.jks
SOLR_SSL_KEY_STORE_PASSWORD=secret
SOLR_SSL_TRUST_STORE=${DATAFARI_HOME}/solr/bin/solr-ssl.keystore.jks
SOLR_SSL_TRUST_STORE_PASSWORD=secret
# Require clients to authenticate
SOLR_SSL_NEED_CLIENT_AUTH=false
# Enable clients to authenticate (but not require)
SOLR_SSL_WANT_CLIENT_AUTH=false
# Define Key Store type if necessary
SOLR_SSL_KEY_STORE_TYPE=JKS
SOLR_SSL_TRUST_STORE_TYPE=JKS
I restarted Datafari, but the SOLR seems also not working :(
Can anybody help me, how I can configure SSL with Datafari, please ?
Best Regards,