Changed https to useHttps in configured connections to api and pap
Issue-ID: POLICY-3817
Change-Id: Id96899d39e1f8233bf7f32f54ef4253fe6dbb58a
Signed-off-by: saul.gill <saul.gill@est.tech>
(cherry picked from commit 
f16e856b9790d82e9698fa210133b5a3c5148812)
 
     port: 6969
     userName: ${API_USER}
     password: ${API_PASSWORD}
-    https: true
+    useHttps: true
     allowSelfSignedCerts: true
   policyPapParameters:
     clientName: pap
     port: 6969
     userName: ${PAP_USER}
     password: ${PAP_PASSWORD}
-    https: true
+    useHttps: true
     allowSelfSignedCerts: true
   intermediaryParameters:
     reportingTimeIntervalMs: 120000