From: jhh Date: Wed, 13 May 2020 15:21:29 +0000 (-0500) Subject: Make that SO actor uses http by default X-Git-Tag: 1.6.4~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F35%2F107635%2F1;p=policy%2Fdrools-applications.git Make that SO actor uses http by default Issue-ID: POLICY-2560 Signed-off-by: jhh Change-Id: I6cd3de9238793fef671c9e058c494c179d4cb25c --- 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}