Configuring a client to communicate with the MDM server using SSL - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
Available in...

Data Fabric

MDM Platform

If the MDM server is configured with SSL support, any Java client must provide a TrustStore to verify the server's certificate in order to communicate with the MDM server using SSL.

For more information about how to configure the studio to communicate with the MDM server using SSL, see the section on SSL preference settings of your Talend Studio User Guide.

The following example shows how to configure SSL support for the MDM server from the Bonita BPM server which is installed standalone.

Procedure

  1. Browse to the directory <Bonita_Home>/server/bin. Here Bonita_Home indicates the directory where the Bonita server has been installed manually.
    For more information about how to install the Bonita server manually, see Installing the Bonita BPM community server manually (deprecated).
  2. Edit the file setenv.sh by adding the following line:
    -Djavax.net.ssl.trustStore=<full path to the keystore file> -Djavax.net.ssl.trustStorePassword=<password of the keystore file>
  3. Save your changes into the file.