What is the JDBC URL format for establishing secure connection to DB2 datatabase?
search cancel

What is the JDBC URL format for establishing secure connection to DB2 datatabase?

book

Article ID: 378994

calendar_today

Updated On:

Products

CA Identity Suite CA Identity Manager

Issue/Introduction

What is the JDBC URL format for establishing secure connection to DB2 database?

Environment

All Identity Manager

Resolution

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;