SEARCH-229: Testing SSL

This commit is contained in:
Gethin James
2016-11-28 10:02:25 +01:00
parent d42245773f
commit a62e02b0d9
2 changed files with 6 additions and 6 deletions
@@ -29,13 +29,13 @@ services:
SOLR_SOLR_PORT: 8084
#SSL setup
SOLR_SSL_KEY_STORE: /opt/alfresco/alf_data/keystore/ssl.repo.client.keystore
SOLR_SSL_KEY_STORE_PASSWORD: kT9X6oe68t
SOLR_SSL_TRUST_STORE: /opt/alfresco/alf_data/keystore/ssl.repo.client.truststore
SOLR_SSL_TRUST_STORE_PASSWORD: kT9X6oe68t
#SOLR_SSL_KEY_STORE: /opt/alfresco/alf_data/keystore/ssl.repo.client.keystore
#SOLR_SSL_KEY_STORE_PASSWORD: kT9X6oe68t
#SOLR_SSL_TRUST_STORE: /opt/alfresco/alf_data/keystore/ssl.repo.client.truststore
#SOLR_SSL_TRUST_STORE_PASSWORD: kT9X6oe68t
ports:
- "8984:8084" #Browser port
- "8084:8084" #Browser port
- "1044:1044" #Java debugging
volumes_from:
- repo:ro
@@ -40,7 +40,7 @@ services:
#SOLR_SSL_TRUST_STORE_PASSWORD: kT9X6oe68t
ports:
- "8984:8084" #Browser port
- "8084:8084" #Browser port
- "1044:1044" #Java debugging
volumes_from:
- repo:ro