You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by na...@gmail.com, na...@gmail.com on 2019/02/25 20:25:03 UTC

I am not able to authenticate kafka using ssl

I am getting the following Bad file descriptor error (Full error given below) if I try to create an SSL certificate following the instructions in the link given below.
http://kafka.apache.org/documentation/#security_ssl

ERROR 
[root@xxxxx certificate]# openssl s_client -debug -connect 192.168.x.xxx:9093 -tls1
socket: Bad file descriptor
connect:errno=9

Could you please help me with where I am doing wrong? thanks in advance