Many times we are keeping default configuration with Alfresco -> SOLR communication.
Sometime we require that they want to communicate without SSL (https) communication to reduce network overhead and security impact performance.
So to turn off Alfresco repository and solr server communication via SSL, we are following below steps useful to us.
For Alfresco Repository configuration
restart application server to take effect.
In solr web.xml remove below block
Sometime we require that they want to communicate without SSL (https) communication to reduce network overhead and security impact performance.
So to turn off Alfresco repository and solr server communication via SSL, we are following below steps useful to us.
For Alfresco Repository configuration
- Set solr.secureComms=none in alfresco-global.properties file
- Make sure solr.port you set is non-ssl in application config where solr is running.
- For the below path
<solrRootDir>/archive-SpacesStore/conf/solrcore.properties
<solrRootDir>/workspace-SpacesStore/conf/solrcore.properties
- set alfresco.secureComms=none
- verify alfresco.port is set to nonSSL port.
Inside repository web.xml remove below block
restart application server to take effect.
No comments:
Post a Comment