Configuring Talend Data Catalog to securely connect via HTTPS to another Talend Data Catalog server for Metadata Harvesting - 7.3

Talend Data Catalog Installation and Upgrade Guide

Version
7.3
Language
English
Operating system
Linux
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Data Catalog
Content
Installation and Upgrade
Last publication date
2023-03-15

The following steps are needed only if you use a self-signed certificate for SSL (which is not recommended), and only in the case of configuring Talend Data Catalog to securely connect via HTTPS to another Talend Data Catalog server for Metadata Harvesting. You have to perform the following additional steps, only in such exceptional use case.

In order to support HTTPS from a Talend Data Catalog Server acting as the "Metadata Manager" to a Talend Data Catalog Server acting as "Metadata Harvesting" Agent, the administrator needs to import the trusted certificate that the Talend Data Catalog Harvesting Agent Server is using into the JRE that the Talend Data Catalog Metadata Manager Server is using.

For more information about the process, see http://docs.oracle.com/javase/tutorial/security/toolsign/rstep2.html.

For example, the command can be as follows.

$ cd /opt/<TDC_HOME>/TalendDataCatalog/jre/lib/security
$ ../../../bin/keytool.exe -import -alias john -file YourOwnCertificate.cer -keystore jssecacerts