Thanks Norbert and Mate,
I was indeed using nc which was the issue. Using the command shared by Mate
helped connect to the secure port.
Thanks,
Sankalp
On Thu, 23 Jul 2020 at 07:14, Szalay-Bekő Máté
wrote:
> FYI: I think this command should work to use 4LW commands on secure port:
>
> (echo "s
FYI: I think this command should work to use 4LW commands on secure port:
(echo "srvr"; sleep 1) | openssl s_client -connect zkhost:1181 -cert
./cert.pem -key ./key.pem
Kind regards,
Mate
On Thu, Jul 23, 2020 at 12:35 AM Norbert Kalmar
wrote:
> Hi Sankalp,
>
> How are you trying to access zk t
Hi Sankalp,
How are you trying to access zk to run 4lw commands? AFAIK nc(telnet) does
not support ssl.
You need something that supports ssl, like openssl s_clien [1] (but I
haven't actually tested this) or by invoking the java client.
But as you use secure communication, I would recommend using a