What is the JDBC URL format for establishing secure connection to DB2 database?
All Identity Manager
The JDBC URL format should look like the following where the trailing semi-colon is required:
jdbc:db2://HOST:PORT/DbName:sslConnection=true;sslTrustStoreLocation=KeystorePath;sslTrustStorePassword=KeystorePassword;