Configure the metadata and run-time properties in the SAP HANA connection to use the SSL connection on Linux.
To use the SSL connection in Cloud
Data Integration
, configure the following properties:
Metadata Advanced Connection Properties:
encrypt=true&truststore=/<path of the keystore file>/.keystore&truststorepassword=<password of the keystore file>
Run-time Advanced Connection Properties:
encrypt=1;sslCryptoProvider=openssl;sslKeyStore=/<path of the key.pem file>;sslTrustStore=/<path of the trust.pem certificate file>;sslValidateCertificate=true