Oracle SOA Suite (MOSC)

MOSC Banner

How to configure secure jdbc url in adf-config to deploy SOA artifacts into mds

edited Oct 2, 2019 3:10AM in Oracle SOA Suite (MOSC) 6 commentsAnswered

How to configure secure DB connection in ADF-config.xml for deploying the SOA artifacts into MDS.

Recently we have moved from non-ssl to SSL both from the application database and when trying to deploy SOA  artifacts to MDS store getting SSL handshake error.

below are the property  passed in ADF-config.xml

<metadata-store class-name="oracle.mds.persistence.stores.db.DBMetadataStore">

            <property value="PROD_MDS" name="jdbc-userid"/>

            <property value="******" name="jdbc-password"/>

              <property value="jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=xxxxxxxxxx)(PORT=1535))(CONNECT_DATA=(SERVICE_NAME=xxxxx)))" name="jdbc-url"/>

              <property value="$storelocation/truststore_aiadb.jks" name="javax.net.ssl.trustStore"/>

              <property value="********" name="javax.net.ssl.trustStorePassword"/>

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center