cancel
Showing results for 
Search instead for 
Did you mean: 

Third party CA SSL certificate with Solr and tomcat

pritesh_shah17
Champ in-the-making
Champ in-the-making
Hello All,

I have got third CA certificates and have generated keystore for tomcat using JKS, and edited tomcat configuration in server.xml for ssl/https, this working fine.
But I want use same 3rd party CA certificate for Solr, I tried configuring dir.keystore in alfresco-global.properties to point to the keystore I have generated and configured in server.xml, but its not working.

Below is the error i am getting in tomcat console,

Caused by: org.alfresco.encryption.MissingKeyException: Key metadata is missing from keystore E:/SA/Alfresco/4.2/demo/tomcat/conf/keystore/alfresco-test_solutionanalysts_com.jks/keystore
        at org.alfresco.encryption.AlfrescoKeyStoreImpl.validateKeys(AlfrescoKeyStoreImpl.java:885)
        at org.alfresco.encryption.AlfrescoKeyStoreImpl.validateKeys(AlfrescoKeyStoreImpl.java:187)
        at org.alfresco.encryption.KeyStoreChecker.validateKeyStores(KeyStoreChecker.java:47)
        at org.alfresco.encryption.EncryptionChecker$1.execute(EncryptionChecker.java:66)


Can anyone help me configuring or generating third party CA certificate or SSL for solr and tomcat same?

Any help would be appreciated!!

Thanks in advance
1 REPLY 1

jccarrillo
Champ in-the-making
Champ in-the-making
I have the same issue, I can't run 3er party certificates with solr

Thanks in advance