-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error: consumer can't find certificate #2
Comments
you need to put in the base64 encoded CA bundle of your AMQP endpoint |
I'm getting this but i don't know if i'm making a mistake with the certificate or i miss something else...
Producer log:
Consumer log:
ecc. I watched here the conf example: https://github.com/ctron/iot-simulator-operator/blob/develop/examples/config/simulator.yaml For the caCertificate i went to kubernetes dashboard > Secrets > hono-dispatch-router-conf On kube dashboard everything seems fine except for the consumer. |
The I am not so familiar with the raw Hono deployment, as I mostly work with Hono deployed via https://enmasse.io |
Hi, I encounter the same problem, everything seems fine except consumer, deploy on kubenernetes on the server, but It keeping complaing authentication exeception, read https://github.com/ctron/iot-simulator-operator/blob/develop/examples/config/simulator.yaml and https://www.eclipse.org/hono/docs/dev-guide/java_client_consumer/#encryption-of-communication, but still don't know how to get the credentials. If you have found the cause of the problem or know how to configure the credentials, possible to share with us? Thank you in advance. |
Hi i've an error in the log of the consumer since it can't find the certificate, i guess the problem is in the simulator config: what do i need to put in the field caCertificate?
The text was updated successfully, but these errors were encountered: