Issue when enabling SSL on broker

2015-08-26 Thread Xiang Zhou (Samuel)
Hi, folks, I am just following up to see if anybody has clue on the following issue when I was following the guidelines provided in the step of running openssl to verify the SSL setup: [2015-08-25 22:29:15,385] WARN Error in I/O with connection to X (org.apache.kafka.common.network.Selector)

Re: Issue when enabling SSL on broker

2015-08-26 Thread Xiang Zhou (Samuel)
Hi, Harsha, I appreciate you very much for your response and the bash script you provided to generate the keystores works for me and solve the problem. I was wondering it was caused by the cipher suite differences between openjdk and oracle-jdk, anyway it is not that case. Finally I got it worked

Re: Issue when enabling SSL on broker

2015-08-25 Thread Sriharsha Chintalapani
Hi,       Turns out to be a bug in the instructions in the wiki . I fixed it can you please retry generating the truststore and keystore https://cwiki.apache.org/confluence/display/KAFKA/Deploying+SSL+for+Kafka . checkout this section "All of the above steps in a bash script” to generate the keys

Re: Issue when enabling SSL on broker

2015-08-25 Thread Sriharsha Chintalapani
Hi Xiang,          Did you try following the instructions here  https://cwiki.apache.org/confluence/display/KAFKA/Deploying+SSL+for+Kafka . Whats the output of openssl s_client and which version of java and OS are you using. Thanks, Harsha On August 25, 2015 at 8:42:18 PM, Xiang Zhou (Samuel) (