So I have an EC2 server running Apache Kafka (testing). It has port 9111 for JMX and EC2 security setting changed to open the port.
I am trying to run JConsole on my Mac to read JMX metrics of this server but I got "Secure Connection Failed" message and then it asks whether I want to try without SSL. So I selected Insecure. Then I just got "Connection Failed: Retry?" error. There isn't much explanation this time. What went wrong? In the JXM configuration of Kafka, secure connection and authentification are disabled.
Any clue/insight?