Replies: 2 comments
-
Also tried with this configuration. But same error pops |
Beta Was this translation helpful? Give feedback.
0 replies
-
This feels like a misconfiguration issue since we have integration tests which test connecting to Kafka over SSL. I know from experience that debugging these sorts of issues is difficult though 😓 |
Beta Was this translation helpful? Give feedback.
0 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.
-
A note for the community
Problem
`/etc/vector/bin/vector validate /etc/vector/vector.toml
√ Loaded ["/etc/vector/vector.toml"]
√ Component configuration
2024-05-17T07:23:50.609338Z ERROR rdkafka::client: librdkafka: Global error: SSL (Local: SSL error): ssl://kafka-1-external.kafka:30001/bootstrap: 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) (after 21ms in state SSL_HANDSHAKE)
2024-05-17T07:23:51.594908Z ERROR rdkafka::client: librdkafka: Global error: SSL (Local: SSL error): ssl://kafka-0-external.kafka:30000/bootstrap: 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) (after 9ms in state SSL_HANDSHAKE)
2024-05-17T07:23:52.590942Z ERROR rdkafka::client: librdkafka: Global error: SSL (Local: SSL error): ssl://kafka-2-external.kafka:30002/bootstrap: 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) (after 7ms in state SSL_HANDSHAKE)
2024-05-17T07:23:52.591050Z ERROR rdkafka::client: librdkafka: Global error: AllBrokersDown (Local: All broker connections are down): 3/3 brokers are down
2024-05-17T07:23:53.586483Z ERROR vector::topology::builder: msg="Healthcheck failed." error=Meta data fetch error: BrokerTransportFailure (Local: Broker transport failure) component_kind="sink" component_type="kafka" component_id=kafka
x Health check for "kafka" failed: Meta data fetch error: BrokerTransportFailure (Local: Broker transport failure)
2024-05-17T07:23:53.592329Z ERROR rdkafka::client: librdkafka: Global error: SSL (Local: SSL error): ssl://kafka-1-external.kafka:30001/bootstrap: 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) (after 9ms in state SSL_HANDSHAKE, 1 identical error(s) suppressed)`
Configuration
Version
0.34.2
Debug Output
No response
Example Data
No response
Additional Context
No response
References
No response
Beta Was this translation helpful? Give feedback.
All reactions