Re: SSL - kafka producer cannot publish to topic

2015-12-11 Thread Ben Stopford
Yes - that’s correct Ismael. I think what Shri was saying was that he got it working when he added the SSL properties to the file he passed into the Console Producer. > On 11 Dec 2015, at 17:06, Ismael Juma wrote: > > Hi Shrikant, > > On Thu, Dec 10, 2015 at 9:03 PM, Shrikant Patel wrote: >

Re: SSL - kafka producer cannot publish to topic

2015-12-11 Thread Ismael Juma
Hi Shrikant, On Thu, Dec 10, 2015 at 9:03 PM, Shrikant Patel wrote: > Figured it out. > > I was adding the ssl properties to producer.properties. We need to add > this to separate file and provide that file as input to procuder bat\sh > script --producer.config client-ssl.properties. > > It seem

Re: SSL - kafka producer cannot publish to topic

2015-12-10 Thread Ben Stopford
ikant Patel [mailto:spa...@pdxinc.com] > Sent: Thursday, December 10, 2015 2:09 PM > To: users@kafka.apache.org > Subject: SSL - kafka producer cannot publish to topic > > I am trying to configure ssl communication between broker and producer. > > I followed the instruction on

RE: SSL - kafka producer cannot publish to topic

2015-12-10 Thread Shrikant Patel
parameter pointing to just ssl configuration. It does not pick it up from producer.properties. -Original Message- From: Shrikant Patel [mailto:spa...@pdxinc.com] Sent: Thursday, December 10, 2015 2:09 PM To: users@kafka.apache.org Subject: SSL - kafka producer cannot publish to topic I am

SSL - kafka producer cannot publish to topic

2015-12-10 Thread Shrikant Patel
I am trying to configure ssl communication between broker and producer. I followed the instruction on the https://cwiki.apache.org/confluence/display/KAFKA/Deploying+SSL+for+Kafka to create the key and trust store. My broker comes up without issue, I can run this command - openssl s_client -de