You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/02/17 22:42:17 UTC

[GitHub] [druid] jp707049 commented on issue #9368: SSL handshake failed - Kafka Index Service

jp707049 commented on issue #9368: SSL handshake failed - Kafka Index Service
URL: https://github.com/apache/druid/issues/9368#issuecomment-587181086
 
 
   Hello,
   
   Try using following parameters. Let me know if this works.
   
   ```
   bootstrap.servers: "hostname:port",  
   security.protocol: "SASL_SSL",  
   isolation.level: "read_committed",  
   sasl.mechanism: "PLAIN",  
   ssl.enabled.protocols: "TLSv1.2",  
   sasl.jaas.config: "org.apache.kafka.common.security.plain.PlainLoginModule required username='username_here' password='password_here';",
   ssl.endpoint.identification.algorithm: ""
   ```
   
   Thank you,
   Jeet

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org