SSL Connection

The Microsoft SQL Server Source supports the SSL Connection.

Configuration Steps:

  1. On the source VA , log in with the SailPoint user.

  2. Go to /home/sailpoint/certificates.

  3. The final certificate file obtained from the server must be placed in this directory.

  4. 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.

  5. Restart the CCG with the sudo systemctl restart ccg command.

  6. 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>