Re: Java Client connection errors with Kafka 0.9.0.0 when SSL is enabled

2016-02-19 Thread Srikrishna Alla
We have added the client public certs into broker truststore and vice versa. We removed the keystone related properties from client code and tried with ssl.client.auth as requested and none as well. We are still getting same error. Please let us know what else we can use to try On Fri, Feb 19, 201

Re: Java Client connection errors with Kafka 0.9.0.0 when SSL is enabled

2016-02-18 Thread Harsha
Did you try what Adam is suggesting in the earlier email. Also to quickly check you can try remove keystore and key.password configs from client side. -Harsha On Thu, Feb 18, 2016, at 02:49 PM, Srikrishna Alla wrote: > Hi, > > We are getting the below error when trying to use a Java new producer

Java Client connection errors with Kafka 0.9.0.0 when SSL is enabled

2016-02-18 Thread Srikrishna Alla
Hi, We are getting the below error when trying to use a Java new producer client. Please let us know the reason for this error - Error message: [2016-02-18 15:41:06,182] DEBUG Accepted connection from /10.**.***.** on /10.**.***.**:9093. sendBufferSize [actual|requested]: [102400|102400] recvB

Re: Java Client connection errors with Kafka 0.9.0.0 when SSL is enabled

2016-02-18 Thread Srikrishna Alla
That was a typo. I did remove that and still same error. Thanks, Sri > On Feb 18, 2016, at 4:21 PM, Adam Kunicki wrote: > > Ha! nice catch Gwen! > >> On Thu, Feb 18, 2016 at 3:20 PM, Gwen Shapira wrote: >> >> props.put("ssl.protocal", "SSL"); <- looks like a typo. >> >> On Thu, Feb 18,

Re: Java Client connection errors with Kafka 0.9.0.0 when SSL is enabled

2016-02-18 Thread Adam Kunicki
Ha! nice catch Gwen! On Thu, Feb 18, 2016 at 3:20 PM, Gwen Shapira wrote: > props.put("ssl.protocal", "SSL"); <- looks like a typo. > > On Thu, Feb 18, 2016 at 2:49 PM, Srikrishna Alla < > srikrishna.a...@aexp.com.invalid> wrote: > > > Hi, > > > > We are getting the below error when trying

Re: Java Client connection errors with Kafka 0.9.0.0 when SSL is enabled

2016-02-18 Thread Adam Kunicki
Just to be thorough, it seems you have client authentication enabled as well. This means that each broker must have your client's public certificate in its truststore. I felt like it might be easier to draw a diagram than write it out, but this is what your setup should look like: [image: Inline

Re: Java Client connection errors with Kafka 0.9.0.0 when SSL is enabled

2016-02-18 Thread Gwen Shapira
props.put("ssl.protocal", "SSL"); <- looks like a typo. On Thu, Feb 18, 2016 at 2:49 PM, Srikrishna Alla < srikrishna.a...@aexp.com.invalid> wrote: > Hi, > > We are getting the below error when trying to use a Java new producer > client. Please let us know the reason for this error - > > Err