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
I'm learning about Consul ACLs setup and found this great Docker POC, thank you for sharing this nice tutorial!
While bootstrapping the cluster I found an issue because of expired TLS certificates
consul-server1 | 2023-07-11T16:39:19.259Z [ERROR] agent.server.rpc: failed to read byte: conn=from=172.19.0.4:51614 error="remote error: tls: bad certificate"
consul-server1 | 2023-07-11T16:39:32.896Z [ERROR] agent.anti_entropy: failed to sync remote state: error="No cluster leader"
consul-server1 | 2023-07-11T16:39:32.934Z [WARN] agent: grpc: addrConn.createTransport failed to connect to {dc1-172.19.0.4:8300 0 consul-server3.dc1 <nil>}. Err :connection error: desc = "transport: Error while dialing x509: certificate has expired or is not yet valid: current time 2023-07-11T16:39:32Z is after 2022-02-23T15:30:42Z". Reconnecting...
Hi guys!
I'm learning about Consul ACLs setup and found this great Docker POC, thank you for sharing this nice tutorial!
While bootstrapping the cluster I found an issue because of expired TLS certificates
It would be nice to update them :)
Let me know if I can help here.
Thank you!
The text was updated successfully, but these errors were encountered: