Securing connections for Talend Administration Center - Cloud

Talend Cloud Hybrid Installation Guide

Version
Cloud
Language
English
EnrichDitaval
Linux
Product
Talend Cloud
Module
Talend Data Preparation
Talend Data Stewardship
Talend Management Console
Content
Installation and Upgrade

Procedure

  1. Open the <Data_Stewardship_Path>/tac/apache-tomcat/conf/server.xml file and comment the non-SSL part:
    <!-- <Connector port="8080" protocol="HTTP/1.1"
    connectionTimeout="20000"
    redirectPort="8443" /> -->
  2. Uncomment the following lines:
    <!-- <Connector port="8443" 
    protocol="org.apache.coyote.http11.Http11NioProtocol" 
    maxThreads="150" 
    SSLEnabled="true" 
    scheme="https" secure="true" 
    clientAuth="false" 
    sslProtocol="TLS"/> -->
  3. Add the following lines:
    keystoreFile="<certificate_path>/server.keystore.jks" 
    keystorePass="<certificate_password>"