- Oracle Data Integrator - Version 12.2.1.0.0 and later: ODI Agent Test Connection Fails with 'javax.net.ssl.SSLException: Unrecognized SSL Message' Error.
- Might be a bit of a late answer for you, but I just got through resolving a similar issue. If your company's smtp server is using port 587, it probably means it's using starttls, which is a plain text protocol with an upgrade to TLS.
Unrecognized SSL message, plaintext connection? To fix it make sure that you either use implicit or explicit SSL but not both depending on the port, i.e. For port 25 mail.smtp.ssl.enable should be false. Exception is javax.net.ssl.SSLException: Received fatal alert: handshakefailure SSLHandshakeE E SSLC0008E: Unable to initialize SSL connection. Unauthorized access was denied or security settings have expired. Exception is javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection.
Last updated on OCTOBER 17, 2019
Applies to:
Oracle Data Integrator - Version 12.2.1.0.0 and laterInformation in this document applies to any platform.
Symptoms
When attempting to test an Oracle Data Integrator (ODI) agent connection in the topology, the following error occurs:
[2019-02-05T04:59:37.053+01:00] [odi] [WARNING] [ODI-2013] [oracle.odi.agent.scheduler] [tid: <TID>] [ecid: <ECID>] Ping to agent OracleDIAgent1 failed with 'oracle.odi.runtime.agent.invocation.InvocationException: https://<HOSTNAME>:<PORT>/oraclediagent:javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?'.
Agent Test connetion from ODI Studio giving below SSL connection issue. Please advise further.
oracle.odi.runtime.agent.invocation.InvocationException: https://<HOSTNAME>:<PORT>/oraclediagent:javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:498)
at oracle.odi.runtime.agent.invocation.support.InternalRemoteRuntimeAgentInvoker.invoke(InternalRemoteRuntimeAgentInvoker.java:162)
at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:649)
at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:627)
at oracle.odi.ui.action.SnpsPopupActionTestAgentHandler.testOdiAgent(SnpsPopupActionTestAgentHandler.java:85)
at oracle.odi.ui.action.SnpsPopupActionTestAgentHandler.actionPerformed(SnpsPopupActionTestAgentHandler.java:76)
at com.sunopsis.graphical.frame.edit.EditFrameSnpAgent$5.performAction(EditFrameSnpAgent.java:637)
at oracle.odi.ui.framework.event.OdiActionListener.actionPerformed(OdiActionListener.java:69)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton
Changes
Javax Net Ssl Sslexception Unrecognized Ssl Message Example
Cause
To view full details, sign in with your My Oracle Support account. |
Don't have a My Oracle Support account? Click to get started! |
Symptoms |
Changes |
Javax.net.ssl.sslexception Unrecognized Ssl Message Plaintext Connection Jenkins
Cause |
Solution |