You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
installed a network today and muffed the PKI. router would connect to the edge apis, but when it tried to connect to the control plane the PKI was invalid indicating:
[ 4.769] ERROR ziti/router/env.(*networkControllers).connectToControllerWithBackoff.func2: {endpoint=[tls:ec2-3-18-113-172.us-east-2.compute.amazonaws.com:8440] error=[error connecting ctrl (tls: failed to verify certificate: x509: certificate is valid for ip-172-31-47-200, localhost, not ec2-3-18-113-172.us-east-2.compute.amazonaws.com)]} unable to connect controller
[ 6.612] ERROR ziti/router/env.(*networkControllers).connectToControllerWithBackoff.func2: {endpoint=[tls:ec2-3-18-113-172.us-east-2.compute.amazonaws.com:8440] error=[error connecting ctrl (tls: failed to verify certificate: x509: certificate is valid for ip-172-31-47-200, localhost, not ec2-3-18-113-172.us-east-2.compute.amazonaws.com)]} unable to connect controller
all attempts to stop the process using ctrl-c without a kill failed. the process needed to be externally stopped
It also appears to have processed the ctrl-c. additional logs:
ocalhost, not ec2-3-18-113-172.us-east-2.compute.amazonaws.com)]} unable to connect controller
[ 2.888] ERROR ziti/router/env.(*networkControllers).connectToControllerWithBackoff.func2: {endpoint=[tls:ec2-3-18-113-172.us-east-2.compute.amazonaws.com:8440] error=[error connecting ctrl (tls: failed to verify certificate: x509: certificate is valid for ip-172-31-47-200, localhost, not ec2-3-18-113-172.us-east-2.compute.amazonaws.com)]} unable to connect controller
[ 3.703] INFO ziti/ziti/router.waitForShutdown: shutting down ziti router
[ 3.703] INFO ziti/router/link.(*linkRegistryImpl).Shutdown: {linkCount=[0]} shutdown links in link registry
[ 3.703] WARNING ziti/router/forwarder.(*Scanner).run: exited
[ 3.703] INFO transport/v2/tls.(*sharedListener).runAccept [tls:0.0.0.0:3022]: {error=[accept tcp [::]:3022: use of closed network connection]} listener closed, exiting
[ 3.703] INFO transport/v2/tls.(*sharedListener).runAccept [tls:0.0.0.0:3022]: exited
[ 3.703] ERROR agent.(*handler).listen: {error=[accept unix C:\Users\clint\AppData\Local\Temp/gops-agent.37076.sock: use of closed network connection]} error accepting gops connection, closing gops listener
[ 3.703] ERROR agent.(*handler).listen.func1: {error=[close unix C:\Users\clint\AppData\Local\Temp/gops-agent.37076.sock: use of closed network connection]} error closing gops listener
[ 3.703] ERROR ziti/router/forwarder.(*Faulter).run: exited
[ 3.703] ERROR ziti/router/xgress_edge.(*Acceptor).Run: error accepting (closed)
[ 3.703] WARNING ziti/router/xgress_edge.(*Acceptor).Run: exiting
[ 4.769] ERROR ziti/router/env.(*networkControllers).connectToControllerWithBackoff.func2: {endpoint=[tls:ec2-3-18-113-172.us-east-2.compute.amazonaws.com:8440] error=[error connecting ctrl (tls: failed to verify certificate: x509: certificate is valid for ip-172-31-47-200, localhost, not ec2-3-18-113-172.us-east-2.compute.amazonaws.com)]} unable to connect controller
[ 6.612] ERROR ziti/router/env.(*networkControllers).connectToControllerWithBackoff.func2: {endpoint=[tls:ec2-3-18-113-172.us-east-2.compute.amazonaws.com:8440] error=[error connecting ctrl (tls: failed to verify certificate: x509: certificate is valid for ip-172-31-47-200, localhost, not ec2-3-18-113-172.us-east-2.compute.amazonaws.com)]} unable to connect controller
The text was updated successfully, but these errors were encountered:
installed a network today and muffed the PKI. router would connect to the edge apis, but when it tried to connect to the control plane the PKI was invalid indicating:
all attempts to stop the process using ctrl-c without a kill failed. the process needed to be externally stopped
It also appears to have processed the ctrl-c. additional logs:
The text was updated successfully, but these errors were encountered: