Hi there,
Im trying to create a service using the the "Local - Docker Compose" tutorial that has ziti private blue/ red etc. I have the network set up on an ubuntu virtual machine on my laptop using docker and I can display the webpage as per the tutorial using localhost. When I set up the service in the ZAC and try connecting from my ubuntu vm which I have set up an identity for I get the message:
"Failed to connect to http.ziti port 80 after 133923 ms: Couldn't connect to server"
I have not changed any of the defaults in my .env file:
OpenZiti Variables
ZITI_IMAGE=openziti/quickstart
ZITI_VERSION=latest
the user and password to use
Leave password blank to have a unique value generated or set the password explicitly
ZITI_USER=admin
ZITI_PWD=myziti
ZITI_INTERFACE=0.0.0.0
controller name, address/port information
ZITI_CTRL_NAME=ziti-controller
ZITI_CTRL_EDGE_ADVERTISED_ADDRESS=ziti-edge-controller
ZITI_CTRL_ADVERTISED_ADDRESS=ziti-controller
#ZITI_CTRL_EDGE_IP_OVERRIDE=10.10.10.10
#ZITI_CTRL_EDGE_ADVERTISED_PORT=8441
#ZITI_CTRL_ADVERTISED_PORT=8440
The duration of the enrollment period (in minutes), default if not set. shown - 7days
ZITI_EDGE_IDENTITY_ENROLLMENT_DURATION=10080
ZITI_ROUTER_ENROLLMENT_DURATION=10080
router address/port information
#ZITI_ROUTER_NAME=ziti-edge-router
#ZITI_ROUTER_ADVERTISED_ADDRESS=ziti-edge-router
#ZITI_ROUTER_PORT=8442
#ZITI_ROUTER_IP_OVERRIDE=10.10.10.10
#ZITI_ROUTER_LISTENER_BIND_PORT=8444
#ZITI_ROUTER_ROLES=public
~
Do I have to change any of the above to get this to work locally on an ubuntu VM or is there something else Im missing setting this up ?
Thanks,
Col