Make that SO actor uses http by default 35/107635/1
authorjhh <jorge.hernandez-herrero@att.com>
Wed, 13 May 2020 15:21:29 +0000 (10:21 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Wed, 13 May 2020 15:21:29 +0000 (10:21 -0500)
Issue-ID: POLICY-2560
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I6cd3de9238793fef671c9e058c494c179d4cb25c

controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties

index 9e32aac..3b71fd4 100644 (file)
@@ -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}