aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2020-05-13 10:21:29 -0500
committerjhh <jorge.hernandez-herrero@att.com>2020-05-13 10:21:29 -0500
commitadc24d773806687215b3dc4fc129dddd84b58014 (patch)
tree97f89415e0f41694512643cf36fe0213bb37c2a0
parent27e9926b266785f5173776d2cd33813568c0d2b3 (diff)
Make that SO actor uses http by default
Issue-ID: POLICY-2560 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I6cd3de9238793fef671c9e058c494c179d4cb25c
-rw-r--r--controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties2
1 files changed, 1 insertions, 1 deletions
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}