Hi,
Ive pulled down the docker compose quickstart again as I've done previously onto an ubuntu VM and set it up there. I put in a DNS entry on the Windows Host for the IP Address of the ubuntu VM and can log into the ZAC fine. However when I create a new identity in the ZAC and download it to run on the windows host using ZDEW, the identity does not load into it unless I stop and start the ZDEW - it then shows as online there, but in the ZAC itself it still shows as offline - this is happening with any identity I create - im using the latest ZAC also.
The output on the console keeps scrolling like this:
> ziti-controller-1 | [ 521.916] ERROR transport/v2/tls.(*sharedListener).processConn [tls:0.0.0.0:1280]: {error=[remote error: tls: internal error] remote=[192.168.204.1:52703]} handshake failed
> ziti-controller-1 | [ 522.467] ERROR transport/v2/tls.(*sharedListener).processConn [tls:0.0.0.0:1280]: {remote=[192.168.204.1:52704] error=[remote error: tls: internal error]} handshake failed
> ziti-controller-1 | [ 526.950] ERROR transport/v2/tls.(*sharedListener).processConn [tls:0.0.0.0:1280]: {remote=[192.168.204.1:52705] error=[remote error: tls: internal error]} handshake failed
> ziti-controller-1 | [ 527.504] ERROR transport/v2/tls.(*sharedListener).processConn [tls:0.0.0.0:1280]: {remote=[192.168.204.1:52706] error=[remote error: tls: internal error]} handshake failed
> ziti-controller-1 | [ 531.997] ERROR transport/v2/tls.(*sharedListener).processConn [tls:0.0.0.0:1280]: {remote=[192.168.204.1:52707] error=[remote error: tls: internal error]} handshake failed
> ziti-controller-1 | [ 532.538] ERROR transport/v2/tls.(*sharedListener).processConn [tls:0.0.0.0:1280]: {remote=[192.168.204.1:52708] error=[remote error: tls: internal error]} handshake failed
> ziti-controller-1 | [ 537.022] ERROR transport/v2/tls.(*sharedListener).processConn [tls:0.0.0.0:1280]: {error=[remote error: tls: internal error] remote=[192.168.204.1:52709]} handshake failed
> ziti-controller-1 | [ 537.579] ERROR transport/v2/tls.(*sharedListener).processConn [tls:0.0.0.0:1280]: {remote=[192.168.204.1:52710] error=[remote error: tls: internal error]} handshake failed
> ziti-controller-1 | [ 542.056] ERROR transport/v2/tls.(*sharedListener).processConn [tls:0.0.0.0:1280]: {error=[remote error: tls: internal error] remote=[192.168.204.1:52711]} handshake failed
> ziti-controller-1 | [ 542.599] ERROR transport/v2/tls.(*sharedListener).processConn [tls:0.0.0.0:1280]: {remote=[192.168.204.1:52712] error=[remote error: tls: internal error]} handshake failed
Blockquote
Ive deleted all identities and tried again and its the same. I also set everything up from scratch and still having the same issue -
Im wondering is there a problem with the latest version of the docker compose quickstart and ZDEW ?