Defining an SSL connection to other applications - 8.0

Talend Installation Guide

Version
8.0
Language
English
Operating system
Windows
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 ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

To configure secured connection (SSL/TLS) to other applications in Talend Administration Center, you need to specify the keystore.path, keystore.password, truststore.path, truststore.password properties in the configuration.properties file.

If you used secured connection in previous versions and these properties were not specified before, then import correct certificate to keystore and truststore and specify the keystore.path, keystore.password, truststore.path, truststore.password properties in the configuration.properties file.

Procedure

  1. Stop your Tomcat server.
  2. Open the following file:
    <ApplicationPath>\WEB-INF\classes\configuration.properties
  3. Uncomment and edit the following lines to define your keystore path, keystore password, truststore path, and truststore password:
    #keystore.path=c://keystore
    #keystore.password=changekeystorepass
    #truststore.path=c://truststore
    #truststore.password=changetruststorepass
  4. Save your changes and restart your Tomcat server.
    Once the passwords are read by Talend Administration Center, they will be replaced by encrypted ones.