RE: TLS based ACL: Does Kafka support multiple CA Certs on broker

2016-07-18 Thread Martin Gainty
18 Jul 2016 03:29:36 + > Subject: Re: TLS based ACL: Does Kafka support multiple CA Certs on broker > To: users@kafka.apache.org > > Did you make sure both those CA's are imported into Broker's truststore? > > -Harsha > > On Fri, Jul 15, 2016 at 5:1

Re: TLS based ACL: Does Kafka support multiple CA Certs on broker

2016-07-17 Thread Harsha Chintalapani
Did you make sure both those CA's are imported into Broker's truststore? -Harsha On Fri, Jul 15, 2016 at 5:12 PM Raghavan, Gopal wrote: > Hi, > > Can Kakfa support multiple CA certs on broker. > If yes, can you please point me to an example. > > Producer signed with second CA (CA2) is failing.

TLS based ACL: Does Kafka support multiple CA Certs on broker

2016-07-15 Thread Raghavan, Gopal
Hi, Can Kakfa support multiple CA certs on broker. If yes, can you please point me to an example. Producer signed with second CA (CA2) is failing. Client signed with CA1 is working fine. kafka-console-producer --broker-list kafka.example.com:9093 --topic oem2-kafka --producer.config /etc/kafka