Hi Team, I am working for a group which is using apache bookkeeper 4.7.3, I am trying to enable tls in apache bookkeeper I have added tls properties in the bk_server.conf file and I have created a sample java application which communicates to the bookkeeper server, the problem that I am facing is that the bookkeeper is tls enabled and the client is not tls enabled even then the client can communicate to the server which shouldn't be happening, can you let me know why this might be happening. I have attached the bk_server.conf file as well as the java client code in the mail as well.
Thanks, Prabhaker Saxena
bk_server.conf
Description: bk_server.conf
Test.java
Description: Test.java
