Monitoring OUD with JMX _AND_ SSL/TLS
Hi,
has anybody ever managed to do this and could share some insights?
I have a current version of OUD on JDK 1.8 and can connect via JMX and jvisualvm from a remote system just fine after enabling the JMX connection handler, _IF_ I don't enable SSL. When I enable SSL on the connection handler, I cannot connect, at all.
So, I thought, let's try this on an unhardened testbed.
So, now I have this Linux VM with a current OUD and Oracle JDK 1.8 with java.security wide open:
jdk.tls.disabledAlgorithms=RC4, MD5withRSA, DH keySize < 256, \
EC keySize < 224
On the client I have a JDK 1.8 with similarly open java.security: