iMoving HTTP Communication back to port 8500, HTTPS to 8501.
This will allow the existing HTTP communication to work.
Change-Id: Ica70266bd1a744907cdb2584188b8635f67ade29
diff --git a/compose/docker-compose-system-test.yml b/compose/docker-compose-system-test.yml
index a3f2595..6ccf4cb 100644
--- a/compose/docker-compose-system-test.yml
+++ b/compose/docker-compose-system-test.yml
@@ -53,7 +53,7 @@
"-ip=${DOCKER_HOST_IP}",
"-retry-attempts", "100",
# "-internal",
- "consul://consul-tls:8500"
+ "consul://consul:8500"
]
links:
- consul
diff --git a/consul_config/ports.json b/consul_config/ports.json
index 72ad1dc..b71d2d2 100755
--- a/consul_config/ports.json
+++ b/consul_config/ports.json
@@ -1,6 +1,6 @@
{
"ports": {
- "http": 8501,
- "https": 8500
+ "http": 8500,
+ "https": 8501
}
}