Replies: 1 comment 2 replies
-
If it presents the Kubernetes Fake Certificate, it suggests you did not enabled the TLS passthrough in your Kubernetes Nginx Ingress Ingress Controller. |
Beta Was this translation helpful? Give feedback.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
We have configured external listener with ingress type. We have an nginx ingress-controller. This is the configuration we have used to create kafka resource. We use custom certificate generated by cert-manager but not ExternalDNS. For the configuration we have followed this guide https://strimzi.io/blog/2021/05/07/deploying-kafka-with-lets-encrypt-certif icates/
The issue is that when we try the command
openssl s_client -connect cl0-bootstrap.example.corp:443 -servername cl0-bootstrap.example.corp
we have a tls error about the commonname of the certificate that not match. infact when we examine the certificate we see that ingress use the ones created by kubernetes (Kubernetes Fake certificate) and not the ones we provide.
Also in tge ingress configuration we don't see any reference to the certificate's secrets.
Is there an error in the configuration? How can we solve the issue?
Thanks to all.
Beta Was this translation helpful? Give feedback.
All reactions