SSL Connection
The Microsoft SQL Server Source supports the SSL Connection.
Configuration Steps:
-
On the source VA , log in 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 SQL Server host in the XXX.XX.XX.XXX <SQL Server hostname> format.Note
For information on creating a hosts.yaml file, refer to Configuring a Hosts.yaml File. -
Restart the CCG with the
sudo systemctl
restart ccg command. -
Create a source on the Identity Security Cloud with the following URL:
jdbc:sqlserver://<SQL Server hostname>:<port on which TLS is configured>;encrypt=true;trustServerCertificate=false;hostNameInCertificate=<SQL Server hostname>