You can define an SSL connection for Talend Administration Center using the
configuration.properties file.
Procedure
-
Stop your Tomcat server.
-
Open the following file:
<ApplicationPath>/WEB-INF/classes/configuration.properties
-
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
-
Save your changes and restart your Tomcat server.
Once the passwords are read by Talend Administration Center, they will be replaced
by encrypted ones.