SSL Connection
The IBM DB2 connector supports SSL connections.
Configuration Steps:
-
On the source VA, login with the SailPoint user.
-
Go to
/home/sailpoint/certificates
. -
The final certificate file obtained from the server must be placed in this directory.
-
In the hosts.yaml file make an entry of the DB2 Server host, in the
xxx.xx.xx.xxx
<DB2 server hostname> format.Note
For information on creating a hosts.yaml file, refer to Configuring a Hosts.yaml File. -
Restart the CCG using the following command:
sudo systemctl restart ccg
-
Create a source on Identity Security Cloud with the following URL:
jdbc:db2://<host>:<port on which TLS is configured>/<Database>:sslConnection=true;