SSL Connection
The SAP HANA source supports SSL connections.
Perform the following steps to enable the SSL connection to the SAP HANA database:
-
Import the SSL certificates from the SAP HANA Server to the
/home/sailpoint/certificates
directory on the source VA. -
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. -
Restart the CCG with the
sudo systemctl restart ccg
command. -
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>