cancel
Showing results for 
Search instead for 
Did you mean: 

FullText Search

safeweb
Champ in-the-making
Champ in-the-making
Hi

I'm performing a search in Alfresco by my application using the library DotCMIS with the following query SELECT * FROM cmis: document and it works perfectly but when I try to use the query SELECT * FROM cmis: document WHERE CONTAINS ('test') returns this Runtime error exception. Message: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. The error is SSL handshake but is already configured SSL on Tomcat. Does anyone have any solution?
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
The cert that is used to secure communication between Solr and Alfresco is probably expired or improperly configured. Either fix that or switch from Solr to Lucene and re-index.

Jeff