How to enable WLP SSL connection with Oracle database
We have CLM 6.0.3 environment with bundled Liberty profile. Our requirement is to have SSL connection between the application and Oracle database.
In this case, what shall be the database connection string format?
What all settings to be done in Websphere Liberty profile?
Any help to achieve SSL Connection between CLM application and Oracle database is appreciated.
|
Accepted answer
There is way to establish secure db connection with Oracle. The detailed steps can found in Missing documentation on how to establish secure Oracle DB connection with ELM (537626) Ralph Schoon selected this answer as the correct answer
Comments
Ian Barnard
commented Mar 21 '23, 4:51 a.m.
| edited Mar 21 '23, 5:07 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
|
One other answer
This old post gives a pretty good example, for WebSphere Application Server that is.
Comments
Tojan John
commented Mar 09 '18, 5:33 a.m.
Hi Donald,
Even after following the steps in the link, getting err msg. Connection fails with tcps and with port 2482. Connection works with tcp and port 1521
Below properties are added in JTS server.startup file
JAVA_OPTS="$JAVA_OPTS -Djavax.net.ssl.trustStore=/opt/truststore/clienttrststre.jks"
JAVA_OPTS="$JAVA_OPTS -Djavax.net.ssl.keyStorePassword=xx"
Error on database test connection while running JTS setup
Caused by: oracle.net.ns.NetException: The Network Adapter could not establish the connection
Caused by: oracle.net.ns.NetException: The ssl protocol specified is not supported
Caused by: java.lang.IllegalArgumentException: SSLv2Hello is not a recognized protocol
Donald Nong
commented Mar 12 '18, 1:56 a.m.
It appears that you have the exact same error as the other user did.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.