How to configure secure jdbc url in adf-config to deploy SOA artifacts into mds
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"/>