Replies: 4 comments 6 replies
-
After lots of attempts and googling, this might be the culprit: This is what I get when I try to run an openssl handshake with Any hint on how to relax openssl? What other options do I have? |
Beta Was this translation helpful? Give feedback.
-
I am having a similar issue since last week, producers can't connect to the brokers:
I don't see what you @ffissore are seeing when running a manual openssl handshake. However, I see another error:
|
Beta Was this translation helpful? Give feedback.
-
I am having a similar issue, producer(1.8.2 update to 2.1.1) can't connect to the brokers:SSL handshake failed: ssl/statem/statem_clnt.c:1916:tls_process_server_certificate error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed: broker certificate could not be verified. |
Beta Was this translation helpful? Give feedback.
-
I forgot to report the workaround that we found in the meantime: we lowered the default Our Dockerfiles now have this line on top: Even though librdkafka bundles its own openssl, it still reads the usual configuration files: this lets us lower its expectation, until we'll be able to upgrade our cluster certificates |
Beta Was this translation helpful? Give feedback.
-
Since confluent-kafka-python 2.0.2 (bundling librdkafka v2.0.2), we started seeing our clients failing with
SSL handshake failed: error:0A000086:SSL routines::certificate verify failed: broker certificate could not be verified, verify that ssl.ca.location is correctly configured or root CA certificates are installed (install ca-certificates package)
Our CA is a self-signed one.
Nothing has changed in our configuration, we are still using the same options that work fine with librdkafka 1.9.2
Does anyone know what's going on?
Beta Was this translation helpful? Give feedback.
All reactions