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
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