[
https://issues.apache.org/jira/browse/KAFKA-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14713445#comment-14713445
]
Navjot commented on KAFKA-1690:
-------------------------------
[~harsha_ch] Finally I got some luck with Testing SSL Enabled Kafka Server but
got stuck with the Consumer. I found one new confluence page written by you at
[https://cwiki.apache.org/confluence/display/KAFKA/Deploying+SSL+for+Kafka] and
followed the same. Now my Server and Producers are SSL enabled (Can see that by
enabling trace) but when I run Consumer by using :
{{kafka-console-consumer.bat --bootstrap-server localhost:9093 --topic test
--new-consumer --consumer.config "security.protocol=SSL" --consumer.config
"ssl.truststore.location=client.truststore.jks" --consumer.config
"ssl.truststore.password=test1234"}}
{{It fails with error: 'bootstrap-server' is not a recognized option}}
Also Normal Consumer is running fine and is reading data from Producer (SSL
enabled producer). Please suggest what might be wrong here.
> Add SSL support to Kafka Broker, Producer and Consumer
> ------------------------------------------------------
>
> Key: KAFKA-1690
> URL: https://issues.apache.org/jira/browse/KAFKA-1690
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Joe Stein
> Assignee: Sriharsha Chintalapani
> Fix For: 0.8.3
>
> Attachments: KAFKA-1690.patch, KAFKA-1690.patch,
> KAFKA-1690_2015-05-10_23:20:30.patch, KAFKA-1690_2015-05-10_23:31:42.patch,
> KAFKA-1690_2015-05-11_16:09:36.patch, KAFKA-1690_2015-05-12_16:20:08.patch,
> KAFKA-1690_2015-05-15_07:18:21.patch, KAFKA-1690_2015-05-20_14:54:35.patch,
> KAFKA-1690_2015-05-21_10:37:08.patch, KAFKA-1690_2015-06-03_18:52:29.patch,
> KAFKA-1690_2015-06-23_13:18:20.patch, KAFKA-1690_2015-07-20_06:10:42.patch,
> KAFKA-1690_2015-07-20_11:59:57.patch, KAFKA-1690_2015-07-25_12:10:55.patch,
> KAFKA-1690_2015-08-16_20:41:02.patch, KAFKA-1690_2015-08-17_08:12:50.patch,
> KAFKA-1690_2015-08-17_09:28:52.patch, KAFKA-1690_2015-08-17_12:20:53.patch,
> KAFKA-1690_2015-08-18_11:24:46.patch, KAFKA-1690_2015-08-18_17:24:48.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)