Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connector is spewing out an x509 certificate warning every 5s #1325

Closed
pdevine opened this issue Mar 24, 2022 · 0 comments · Fixed by #1347
Closed

Connector is spewing out an x509 certificate warning every 5s #1325

pdevine opened this issue Mar 24, 2022 · 0 comments · Fixed by #1347
Assignees
Labels
kind/bug A report or a fix for a problem with functional correctness.

Comments

@pdevine
Copy link
Contributor

pdevine commented Mar 24, 2022

Describe the bug
Connector spews out 'could not verify Infra TLS certificates: x509: certificate signed by unknown authority' every 5s. Additionally, it looks like a new cert pool is being generated every time and intermediate certificates are added.

Expected behavior
The connector should only check TLS certs once and not keep barfing out the same log line over and over again.

Environment

  • Infra client and server versions (use infra version) 0.6.1
  • Kubernetes version (use kubectl version) 1.22.5
  • Where you are running Kubernetes (e.g. EKS, AKS, GKE, Docker Desktop, Minikube, etc.) Docker Desktop

Relevant Infra Logs
{"level":"warn","ts":1648165605.0990067,"caller":"connector/connector.go:369","msg":"could not verify Infra TLS certificates: x509: certificate signed by unknown authority"}

@pdevine pdevine added the kind/bug A report or a fix for a problem with functional correctness. label Mar 24, 2022
@mxyng mxyng self-assigned this Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A report or a fix for a problem with functional correctness.
Projects
None yet
2 participants