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?