From 0f4323b10cab6300c42fd236598bfe5668a64d44 Mon Sep 17 00:00:00 2001 From: Denes Nemeth Date: Sat, 21 Apr 2018 15:45:59 +0200 Subject: [PATCH] Fix HTTP protocol used over HTTPS port Change-Id: I24ebeb65e2cd1d0177dbd7f826d0275ce235dea7 Signed-off-by: Denes Nemeth Issue-ID: MSB-195 --- standalone/src/main/assembly/docker/instance_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/src/main/assembly/docker/instance_config.sh b/standalone/src/main/assembly/docker/instance_config.sh index 8987eef..a52335d 100644 --- a/standalone/src/main/assembly/docker/instance_config.sh +++ b/standalone/src/main/assembly/docker/instance_config.sh @@ -4,6 +4,6 @@ MSB_IP=`echo $MSB_ADDR | cut -d: -f 1` MSB_PORT=`echo $MSB_ADDR | cut -d: -f 2` sed -i "s|msbDiscoveryIp.*|msbDiscoveryIp: $MSB_IP|" /home/esr/conf/extsys.yml -sed -i "s|msbServerAddr.*|msbServerAddr: http://$MSB_IP:443|" /home/esr/conf/extsys.yml +sed -i "s|msbServerAddr.*|msbServerAddr: http://$MSB_IP|" /home/esr/conf/extsys.yml cat /home/esr/conf/extsys.yml -- 2.16.6