-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Hello,
Thanks again for this library, we use it in production.
Recently, we wanted to update our dependencies, and we are now facing an ssl.ca.location error while trying to consume Kafka messages (seems to be macOS related, and fixed by this).
{"at":"2021-10-15T15:06:35.627932Z","severity":"Warning","app":["application"],"markers":{},"msg":"Librdkafka log: KafkaLogErr FAIL: [thrd:ssl://<uri>]: ssl://<uri>/bootstrap: SSL handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed: broker certificate could not be verified, verify that ssl.ca.location is correctly configured or root CA certificates are installed (brew install openssl) (after 33ms in state SSL_HANDSHAKE)","thread":"38"}
{"at":"2021-10-15T15:06:35.627932Z","severity":"Warning","app":["application"],"markers":{},"msg":"Librdkafka log: KafkaLogErr ERROR: [thrd:ssl://<uri>]: 1/1 brokers are down","thread":"39"}
{"at":"2021-10-15T15:06:35.627932Z","severity":"Warning","app":["application"],"markers":{},"msg":"Librdkafka log: KafkaLogErr ERROR: [thrd:app]: rdkafka#consumer-3: ssl://<uri>/bootstrap: SSL handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed: broker certificate could not be verified, verify that ssl.ca.location is correctly configured or root CA certificates are installed (brew install openssl) (after 33ms in state SSL_HANDSHAKE)","thread":"40"}However, it looks like you are still using a pretty old version of librdkafka: confluentinc/librdkafka@849c066 which had been released in 2018.
Do you plan soon or later to update your librdkafka version dependency?
Regards,
Gauthier.
Metadata
Metadata
Assignees
Labels
No labels