From 2d526d7d2113a87ce7b6fbd47bca6f1536822da5 Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 29 Apr 2019 14:45:24 +0200 Subject: [PATCH] Remove http port by default Remove the http port opened 8080 by default from the build Issue-ID: CLAMP-363 Change-Id: I2079d7e07086278afaa69725005ea0bf050c3a00 Signed-off-by: sebdet --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index beb0665b..f59b8ac6 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -70,7 +70,7 @@ server.ssl.client-auth=want server.ssl.trust-store=classpath:/clds/aaf/truststoreONAPall.jks server.ssl.trust-store-password=changeit -server.http-to-https-redirection.port=8080 +#server.http-to-https-redirection.port=8080 server.servlet.context-path=/ #Modified engine-rest applicationpath -- 2.16.6