Greetings
Could you add SSL RMI Registry support for JMX remote polling ? As of today (v2024.1.1), Solarwinds JMXBridge doesn't support java.property.com.sun.management.jmxremote.registry.ssl = true which was added in JDK 6. This is a security concern for remote JMX polling.
This is fairly simple to implement as you basically just need to create a new SslRMIClientSocketFactory in JMXSessionCache.class, and with a condition whether it's activated or not.
Best regards,