From 29f9945c5f02e95087c1a8944fb1785f89fea4ae Mon Sep 17 00:00:00 2001 From: Krzysztof Gajewski Date: Wed, 10 Mar 2021 10:05:23 +0100 Subject: Fix server hostname verification - modify consul config to fit new datafile and https tests Issue-ID: DCAEGEN2-2656 Signed-off-by: Krzysztof Gajewski Change-Id: Ifd6562ba40086d8e15befd7cbad7a30def1a48f7 --- .../simulator-group/consul/c12_feed2_PM_HTTPS.json | 1 + 1 file changed, 1 insertion(+) (limited to 'test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed2_PM_HTTPS.json') diff --git a/test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed2_PM_HTTPS.json b/test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed2_PM_HTTPS.json index 960764ad8..6d1f0c02e 100644 --- a/test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed2_PM_HTTPS.json +++ b/test/mocks/datafilecollector-testharness/simulator-group/consul/c12_feed2_PM_HTTPS.json @@ -3,6 +3,7 @@ "dmaap.certificateConfig.keyPasswordPath": "/opt/app/datafile/etc/cert/p12.pass", "dmaap.certificateConfig.trustedCa": "/opt/app/datafile/etc/cert/trust.jks", "dmaap.certificateConfig.trustedCaPasswordPath": "/opt/app/datafile/etc/cert/trust.pass", + "dmaap.certificateConfig.httpsHostnameVerify": false, "dmaap.security.trustStorePath": "/opt/app/datafile/etc/cert/trust.jks", "dmaap.security.trustStorePasswordPath": "/opt/app/datafile/etc/cert/trust.pass", "dmaap.security.keyStorePath": "/opt/app/datafile/etc/cert/cert.jks", -- cgit 1.2.3-korg