diff options
author | 2018-06-12 10:15:26 -0400 | |
---|---|---|
committer | 2018-06-12 10:17:12 -0400 | |
commit | 34aa4984446aeb39b64930baf64058ea22ec9da0 (patch) | |
tree | 9c84f5ba375f010bb8dc61592c7be0e8049e2179 /src/main/resources/application.properties | |
parent | 9fcd2fde2324077ba019cbf845caec4378599613 (diff) |
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 <reneal.rogers@amdocs.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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
|