It's impossible. Jconsole always tries to connect using SSL first, and this cannot be changed. From jconsole sources it is defined
private boolean shouldUseSSL = true;
which can be set to false only after it cannot connect using SSL. Suggestions: use another JMX client tool (e.g. jvisualvm or jmc) or enable SSL.
alsid source share