Bird
0
0

You configured Kafka with SSL but clients still connect without encryption. What is the likely cause?

medium📝 Debug Q6 of 15
Kafka - Security
You configured Kafka with SSL but clients still connect without encryption. What is the likely cause?
ABroker SSL certificates are expired
BClients are not configured to use SSL
CZooKeeper is not running
DKafka topics are not encrypted
Step-by-Step Solution
Solution:
  1. Step 1: Check SSL configuration on both sides

    SSL must be enabled on brokers and clients to enforce encrypted connections.
  2. Step 2: Identify why clients connect unencrypted

    If clients lack SSL config, they connect without encryption despite broker settings.
  3. Final Answer:

    Clients are not configured to use SSL -> Option B
  4. Quick Check:

    SSL requires client config too [OK]
Quick Trick: Both broker and client need SSL config [OK]
Common Mistakes:
  • Blaming expired certificates without checking client config
  • Thinking ZooKeeper affects SSL
  • Confusing topic encryption with transport encryption

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes