diff options
Diffstat (limited to 'controlloop/common')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties | 2 |
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} |