Subject Alternetive name not present even disable host name verification. #2494
-
I follow this guide to create kafka cluster with ssl link I create certs and truststore using this script
Kafka Cluster run up fine. But when i try to deploy provectus kafka ui I got this error.
This is config in kafka container as you can see ssl.endpoint.identification.algorithm= is set.
My question is if I disable host name verification. It shouldn't error on this issue right? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello there deadmandrive! 👋 Thank you and congratulations 🎉 for opening your very first issue in this project! 💖 In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀 |
Beta Was this translation helpful? Give feedback.
-
Hey @deadmandrive, thanks for reaching out. Well, honestly, I'd suggest using SSL as it's supposed to work -- with FQDNs :) But, otherwise, you could try adding this to kafka-ui's properties: |
Beta Was this translation helpful? Give feedback.
Hey @deadmandrive, thanks for reaching out.
Well, honestly, I'd suggest using SSL as it's supposed to work -- with FQDNs :)
But, otherwise, you could try adding this to kafka-ui's properties:
KAFKA_CLUSTERS_0_PROPERTIES_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM: ""
Let me know how it goes.