Kafka SSL Connection Failure Over IPv6 #1290
Unanswered
wi7sonjoseph
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have our Kafka cluster configured in SSL mode. Below are few of the details:
From Kafka config (server):
From Certificate:
Issue:
When using IPv6, I am not able to write to Kafka (see below
producer.properties
).Producer Properties:
I am using the following version of Kafka client:
However, the following scenarios do work:
1. When using IPv4:
2. When using the hostname:
2.1 Added the IPv6 entry in
/etc/hosts
:2.2 Passed the hostname in
bootstrap.servers
:3. When using
ssl.endpoint.identification.algorithm=none
with IPv6 inproducer.properties
:Request for Help:
We are looking for insights or recommendations to resolve the issue with IPv6 not working when using the IP address directly in bootstrap.servers.
Could there be any configuration changes or additional steps required to ensure IPv6 compatibility?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions