From 4532aac087448ac4ec86a393fac9476950a3449a Mon Sep 17 00:00:00 2001 From: Fiachra Corcoran Date: Sun, 26 Aug 2018 14:52:16 +0100 Subject: Add fix for host lookup during NodeConf fetch Issue-ID: DMAAP-107 Change-Id: I8322db5da1cb5bab4552954d624d33ec967e95bd Signed-off-by: Fiachra Corcoran --- datarouter-prov/src/main/resources/provserver.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datarouter-prov/src/main/resources/provserver.properties') diff --git a/datarouter-prov/src/main/resources/provserver.properties b/datarouter-prov/src/main/resources/provserver.properties index 10bb5eba..383bce31 100644 --- a/datarouter-prov/src/main/resources/provserver.properties +++ b/datarouter-prov/src/main/resources/provserver.properties @@ -24,7 +24,7 @@ #Jetty Server properties org.onap.dmaap.datarouter.provserver.http.port = 8080 org.onap.dmaap.datarouter.provserver.https.port = 8443 -org.onap.dmaap.datarouter.provserver.https.relaxation = false +org.onap.dmaap.datarouter.provserver.https.relaxation = true org.onap.dmaap.datarouter.provserver.keystore.type = jks org.onap.dmaap.datarouter.provserver.keymanager.password = changeit -- cgit 1.2.3-korg