From adc24d773806687215b3dc4fc129dddd84b58014 Mon Sep 17 00:00:00 2001 From: jhh Date: Wed, 13 May 2020 10:21:29 -0500 Subject: Make that SO actor uses http by default Issue-ID: POLICY-2560 Signed-off-by: jhh Change-Id: I6cd3de9238793fef671c9e058c494c179d4cb25c --- .../src/main/feature/config/SO-http-client.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controlloop') diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties index 9e32aac32..3b71fd474 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties @@ -19,7 +19,7 @@ http.client.services=SO http.client.services.SO.managed=true -http.client.services.SO.https=true +http.client.services.SO.https=false http.client.services.SO.host=${envd:SO_HOST} http.client.services.SO.port=${envd:SO_PORT} http.client.services.SO.userName=${envd:SO_USERNAME} -- cgit 1.2.3-korg