Skip to main content Skip to complementary content
Close announcements banner

Securing connections for Talend Administration Center

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>"
    

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!