SSL Connection

The SAP HANA source supports SSL connections.

Perform the following steps to enable the SSL connection to the SAP HANA database:

  1. Import the SSL certificates from the SAP HANA Server to the /home/sailpoint/certificates directory on the source VA.

  2. In the hosts.yaml file enter the SAP HANA Server in the xxx.xx.xx.xxx <sap hana server hostname> format.

    Note
    For information on creating a hosts.yaml file, refer to Configuring a Hosts.yaml File.

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

  4. In the configuration of the SAP HANA source for the Database URL field, use the following URL mentioned in the SSL certificate:

    jdbc:sap://:/?databaseName=&encrypt=true&hostNameInCertificate=<HostName mentioned in certificate>