Re: Kafka Error while doing SSL authentication on 0.9.0

2016-03-15 Thread Harsha
Are you sure broker side ssl configs are properly set. One quick way to test is to use openssl to connect to the broker openssl s_client -debug -connect localhost:9093 -tls1 make sure you change the port where the broker is running the SSL. More details are here http://kafka.apache.org/documentati

Kafka Error while doing SSL authentication on 0.9.0

2016-03-09 Thread Ranjan Baral
i getting below warning while doing produce from client side which is connecting to server side which contains SSL based authentication. *[2016-03-10 07:09:13,018] WARN The configuration ssl.keystore.location = /etc/pki/tls/certs/keystore-hpfs.jks was supplied but isn't a known config. (org.apache