Optionally disable client authentication
[aai/data-router.git] / src / main / resources / application.properties
index 5724b46..1227ded 100644 (file)
@@ -2,5 +2,4 @@ camel.springboot.xmlRoutes=file:${DYNAMIC_ROUTES}/*.route
 server.ssl.key-store=file:${CONFIG_HOME}/auth/tomcat_keystore
 server.ssl.enabled=true
 server.port=9502
-server.ssl.client-auth=need
 server.ssl.enabled-protocols=TLSv1.1,TLSv1.2