From: jhh Date: Wed, 13 May 2020 16:19:13 +0000 (-0500) Subject: Change SO Actor simulator to use http X-Git-Tag: 6.0.0-ONAP~2^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=integration%2Fcsit.git;a=commitdiff_plain;h=56a82291ea5798ae610370f103e97c69c060c8df Change SO Actor simulator to use http Issue-ID: POLICY-2560 Signed-off-by: jhh Change-Id: If1c706dbb108ce3265dcab0da09fcf4081464c2a --- diff --git a/scripts/policy/config/sim-all/simParameters.json b/scripts/policy/config/sim-all/simParameters.json index cd347337..e98acc03 100644 --- a/scripts/policy/config/sim-all/simParameters.json +++ b/scripts/policy/config/sim-all/simParameters.json @@ -33,7 +33,7 @@ "providerClass": "org.onap.policy.simulators.SoSimulatorJaxRs", "host": "0.0.0.0", "port": 6669, - "https": true, + "https": false, "userName": "InfraPortalClient", "password": "password1$" },