Greetings,
I am running version 1.6.15, and I restarted my controller this morning, and things went badly. None of my routers can connect to the controller, as they show this message:
Jun 30 18:04:55 storziti01.ops.gq1.comanyname.com ziti[1670998]: [65095.469] ERROR ziti/router/env.(*networkControllers).connectToControllerWithBackoff.func2: {error=[error connecting ctrl (tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2026-06-30T18:04:55Z is after 2026-06-28T20:01:55Z)] endpoint=[tls::5443]} unable to connect controller
When I look at the certs referenced in my router config, they look ok. I get the following:
[root@storziti01 ziti]# openssl x509 -noout -dates -in /opt/ziti/er-gq1-fsx1.cert
notBefore=Oct 31 19:30:35 2025 GMT
notAfter=Oct 31 19:31:35 2026 GMT
[root@storziti01 ziti]# openssl x509 -noout -dates -in /opt/ziti/er-gq1-fsx1.server.chain.cert
notBefore=Oct 31 19:30:35 2025 GMT
notAfter=Oct 31 19:31:35 2026 GMT
When I look at the certs referenced in my controller config file, I get:
[root@ip-10-3-2-176 ziti]# openssl x509 -noout -dates -in /var/lib/sia/certs/storage-ops.aws.openziti.cert.pem
notBefore=Jun 30 14:39:46 2026 GMT
notAfter=Jul 7 15:39:46 2026 GMT
[root@ip-10-3-2-176 ziti]# openssl x509 -noout -dates -in /var/lib/sia/certs/storage-ops.aws.openziti.cert.pem
notBefore=Jun 30 14:39:46 2026 GMT
notAfter=Jul 7 15:39:46 2026 GMT
[root@ip-10-3-2-176 ziti]# openssl x509 -noout -dates -in /opt/ziti/pki/comanyname-test-signing-intermediate/certs/companynametest-signing-intermediate.cert
notBefore=Aug 23 00:52:11 2022 GMT
notAfter=Aug 20 00:53:10 2032 GMT
I can't figure out where my expired cert is, and I already tried deleting and re-creating/enrolling a router, and it also fails for certificate issues. Any ideas?
Thanks!