To enable SSL for a JobServer, you need to edit the conf/TalendJobServer.properties file. A JobServer
is a server application that allows you to execute jobs remotely from Talend Studio or Talend
Administration Center. The conf/TalendJobServer.properties file contains various configuration
parameters for your JobServer, such as port number, log level, security options, etc. To enable SSL for
your JobServer, you need to set the ssl parameter to true and provide the path and password of your
keystore file that contains your SSL certificate.
You do not need to edit conf/TalendServer.properties, conf/server.xml, or jsl_static64.ini files. These
files are not related to JobServer configuration or SSL settings. The conf/TalendServer.properties file
is used to configure Talend Administration Center settings, such as database connection, LDAP
authentication, email notification, etc. The conf/server.xml file is used to configure Tomcat server
settings, such as connectors, realms, valves, etc. The jsl_static64.ini file is used to configure Java
Service Launcher settings, such as service name, description, startup type, etc. Reference: Talend
Open Studio: Open-source ETL and Free Data Integration | Talend, [Configuring Talend JobServer -
7.3], [Configuring Talend Administration Center - 7.3], [Configuring Tomcat - 7.3], [Installing Java
Service Launcher - 7.3]