From: Denes Nemeth Date: Sat, 21 Apr 2018 13:45:59 +0000 (+0200) Subject: Fix HTTP protocol used over HTTPS port X-Git-Tag: v1.1.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fesr-server.git;a=commitdiff_plain;h=0f4323b10cab6300c42fd236598bfe5668a64d44 Fix HTTP protocol used over HTTPS port Change-Id: I24ebeb65e2cd1d0177dbd7f826d0275ce235dea7 Signed-off-by: Denes Nemeth Issue-ID: MSB-195 --- 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