Re: Solr SSL setup with bought certificate

2017-05-09 Thread Sebastjanas
I don't know why this script worked on CentOS, but it did. Also I managed to make it work with uncommenting following two lines: SOLR_SSL_TRUST_STORE=/opt/solr/server/etc/solr-ssl.keystore.jks SOLR_SSL_TRUST_STORE_PASSWORD=[password] I don't know where did I find that these need to be uncommente

Re: Solr SSL setup with bought certificate

2017-05-09 Thread Steve Rowe
Hi, AFAICT the Solr 5.5.4 install_solr_service.sh doesn’t support Centos (support was added in 6.3: SOLR-9475). How did you make it work? I’m guessing there are permissions problems in your installation directory, such that the account being used to start Solr doesn’t have execute and/or read

Solr SSL setup with bought certificate

2017-05-09 Thread Sebastjanas
Hello, I installed 5.5.4 on Centos to /opt/solr. Also I installed init script using install_solr_service.sh. I've imported bought certificate to keystore and now trying to start it up with SSL, using following settings in /etc/default/solr.in.sh: SOLR_SSL_ENABLED=true SOLR_SSL_KEY_STORE=etc/solr-