diff --git a/search-services/packaging/config.properties b/search-services/packaging/config.properties index 32fd410d3..cdc5ac26a 100644 --- a/search-services/packaging/config.properties +++ b/search-services/packaging/config.properties @@ -4,4 +4,6 @@ alfresco.solr.config=# Alfresco configuration. This file is automatically includ ${line.separator}SOLR_OPTS="$SOLR_OPTS -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000" alfresco.solr.config.win=REM Alfresco configuration. This file is automatically included by solr. You can define your custom settings here\ ${line.separator}set SOLR_OPTS=%SOLR_OPTS% -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000 -alfresco.solr.ssl.token= \ No newline at end of file +alfresco.solr.ssl.token= +alfresco.solr.ssl.need.token=needClientAuth" default="false" +alfresco.solr.ssl.need=needclientauth" default="true" diff --git a/search-services/packaging/pom.xml b/search-services/packaging/pom.xml index f30d56aa4..2bd889248 100644 --- a/search-services/packaging/pom.xml +++ b/search-services/packaging/pom.xml @@ -161,7 +161,7 @@ - +