hi, i've installed 4.2d alfresco with windows setup(but the same with 4.2c), and no problem with original certificate and SOLR.
After that,i've changed original auth certificate(s) with a Digicert signed certificate(s) with this procedure: - Creation of ssl.keystore that contains signed ssl.repo and Digicert root certificate - Creation of ssl.truststore with Digicert Root certificate - Copy ssl.truststore and ssl.keystore in %ALFRESCO_HOME%/alf_data/keystore - Change ssl-keystore-passwords.properties and ssl-truststore-passwords.properties in %ALFRESCO_HOME%/alf_data/keystore
- Creation of ssl.repo.client.keystore that contains signed ssl.repo.client and Digicert root certificate - Copy ssl.truststore and ssl.repo.client.keystore in each %SOLR_HOME%/../conf directory - Change ssl-keystore-passwords.properties and ssl-truststore-passwords.properties in each %SOLR_HOME%/../conf directory - Change server.xml configuration connector with new pw - Change tomcat-users.xml to reflect the new DN
- Restart
At this point i can not view new users in people search and not even new activities
In solr.log i can see this problem: 18:04:30,075 ERROR [org.quartz.core.ErrorLogger] Job (Solr.CoreTracker-archive threw an exception. org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.alfresco.error.AlfrescoRuntimeException: 11130621 GetModelsDiff return status is 403] at org.quartz.core.JobRunShell.run(JobRunShell.java:227) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563) Caused by: org.alfresco.error.AlfrescoRuntimeException: 11130621 GetModelsDiff return status is 403 . . .