Need help with "x509: certificate signed by unknown authority" #1890
Unanswered
sense-amid-madness
asked this question in
Q&A
Replies: 1 comment 2 replies
|
Do you actually use I'm asking, because Sadly, that won't work with the internal service. One thing you can do, is configuring the fqdn of your service in Kubernetes. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After the latest update of the Let's Encrypt certificates for my domain due to imminent expiration, I now have a problem with my kubernetes apiserver not being able to talk to dex anymore.
Everything was working fine before, now the apiserver reports
"invalid bearer token, oidc: verify token: failed to verify signature: fetching keys oidc: get keys failed Get https://dex-server:32000/dex/keys: x509: certificate signed by unknown authority"
I have no idea where I could start debugging this issue - can anyone shed some light on what could be the issue? Why is Let's Encrypt not recognized as a valid authority anymore?
All reactions