Skip to main content Skip to complementary content

Defining an SSL connection

You can define an SSL connection for Talend Administration Center using 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.

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 – please let us know!