From df7904cca9c67ed7ce99e1d1d1c3a2c961a61445 Mon Sep 17 00:00:00 2001 From: "Bansal, Nitin (nb121v)" Date: Wed, 23 Jan 2019 14:35:24 -0500 Subject: optionally disable client auth in gizmo optionally disable client auth in gizmo Change-Id: I62ba93ce8ec29c08ee311ce585dae2b16bf405ac Issue-ID: AAI-2116 Signed-off-by: Bansal, Nitin (nb121v) --- src/main/resources/application.properties | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 2b1f302..68c2aec 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,7 +6,6 @@ SERVICE_BEANS=dynamic/conf server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore server.ssl.enabled=true -server.ssl.client-auth=need server.ssl.enabled-protocols=TLSv1.1,TLSv1.2 schema.ingest.file=${CONFIG_HOME}/schema-ingest.properties -- cgit 1.2.3-korg