From 05f3b5ca30691246e774dc87cfaaa155769b0248 Mon Sep 17 00:00:00 2001 From: Ravi Geda Date: Thu, 25 Oct 2018 21:01:13 +0100 Subject: Make 2-way TLS optional and fix cert errors Change-Id: Ia7f94f8903039a7b55946c9cab4f026fe3558f1c Issue-ID: AAF-586 Signed-off-by: Ravi Geda --- sidecar/fproxy/src/main/resources/application.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sidecar/fproxy/src/main/resources') diff --git a/sidecar/fproxy/src/main/resources/application.properties b/sidecar/fproxy/src/main/resources/application.properties index 5ed7510..2fb9396 100644 --- a/sidecar/fproxy/src/main/resources/application.properties +++ b/sidecar/fproxy/src/main/resources/application.properties @@ -3,9 +3,10 @@ CONFIG_HOME=config server.port=10680 server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore server.ssl.client-cert=${CONFIG_HOME}/auth/client-cert.p12 -server.ssl.client-auth=need +server.ssl.client-cert-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 +server.ssl.client-auth=want -server.contextPath=/ +server.servlet.context-path=/ logging.config=${CONFIG_HOME}/logback-spring.xml -- cgit 1.2.3-korg