Skip to content

x509: certificate signed by unknown authority #178

Answered by apopaa
apopaa asked this question in Q&A
Discussion options

You must be logged in to vote

OK, so I've made some progress in that, as I had suspected, the "x509: certificate signed by unknown authority" error was related to my proxy, which is configured to inspect content and so decrypts any TLS traffic and then re-encrypts it with its own certificate, which of course is then seen as "unknown" by the connaisseur webhook. The solution was pretty simple: add ".svc" to the no_proxy environment variable in /etc/kubernetes/manifests/kube-apiserver.yaml, to make kube-apiserver bypass the proxy.

Now, in doing that, I think I uncovered a bug in the handling of the policy configuration from values.yml: because I changed the manifest of kube-apiserver, the kubelet attempted to reload it,…

Replies: 2 comments 23 replies

Comment options

You must be logged in to vote
16 replies
@apopaa
Comment options

@apopaa
Comment options

@xopham
Comment options

@apopaa
Comment options

@apopaa
Comment options

Comment options

You must be logged in to vote
7 replies
@xopham
Comment options

@xopham
Comment options

@phbelitz
Comment options

@apopaa
Comment options

@phbelitz
Comment options

Answer selected by apopaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants