From 34aa4984446aeb39b64930baf64058ea22ec9da0 Mon Sep 17 00:00:00 2001 From: renealr Date: Tue, 12 Jun 2018 10:15:26 -0400 Subject: fix ping communication with search to datarouter Add the fix needed in order for the search ping to communicate with data router as well as add some fixes to the start script and dockerfile Issue-ID: AAI-1224 Change-Id: I74ab3b8def4b85513401b7329d33dc6a3bc518bc Signed-off-by: renealr --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6106535..20dc028 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,3 +2,4 @@ server.ssl.key-store=/opt/app/search-data-service/config/auth/tomcat_keystore server.ssl.enabled=true server.port=9509 server.ssl.client-auth=need +server.ssl.enabled-protocols=TLSv1.1,TLSv1.2 -- cgit 1.2.3-korg