OUD status command returing SSLHandshakeException No subject alternative names present
Hi,
I upgraded from JDK1.7.0_141 to JDK1.7.0_191. The /bin/status command returns this error:
Error reading configuration. Details:
javax.naming.CommunicationException: 0.0.0.0:4445 [Root exception is
java.net.ssl.SSLHandshakeException: java.security.cert.CertificateException:
No subject alternative names present]
As far as I can tell OUD has been using a self-signed certificate for SSL communication on 4445. Why does it give me this error after the JDK upgrade? What do I need to change to fix this issue?
Thank you.