"FATAL: Connection Requires A Valid Client Certificate" Error When Testing a Data Server with SSL Certificate
(Doc ID 2622849.1)
Last updated on AUGUST 09, 2021
Applies to:
Oracle Data Integrator - Version 12.2.1.2.6 and laterInformation in this document applies to any platform.
Symptoms
When attempting to test the connection of a PostgreSQL data server with SSL certificates, the below error occurs. This is happening when testing with both Local(No agent) and the agent. Customer is able to connect from command line in Server but not from ODI Studio which is causing this issue.
oracle.odi.runtime.agent.invocation.InvocationException: oracle.odi.core.exception.OdiRuntimeException: java.sql.SQLException: FATAL: connection requires a valid client certificate
Location: File: auth.c, Routine: ClientAuthentication, Line: 333
Server SQLState: 28000
at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:439)
at oracle.odi.runtime.agent.invocation.support.InternalRemoteRuntimeAgentInvoker.invoke(InternalRemoteRuntimeAgentInvoker.java:162)
at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeTestDataServer(RemoteRuntimeAgentInvoker.java:1118)
at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.remoteTestConn(SnpsDialogTestConnet.java:664)
at com.sunopsis.graphical.dialog.SnpsDialogTestConnet$9.doInBackground(SnpsDialogTestConnet.java:622)
at oracle.odi.ui.framework.AbsUIRunnableTask.run(AbsUIRunnableTask.java:258)
at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:961)
at java.lang.Thread.run(Thread.java:748)
Changes
Customer created a PostgreSQL data server and in the tab JDBC, in the Properties section, he added keys to define the certificates like in the below image:
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! |
In this Document
Symptoms |
Changes |
Cause |
Solution |