Skip to main content

Server SSL configuration for Talend JobServer

The file jobserver/agent/conf/TalendJobServer.properties now supports additional properties to specify keystore + truststore for Talend JobServer command port and file port.

org.talend.remote.server.ssl.keyStore=<path_to_jobserver_keystore>
org.talend.remote.server.ssl.keyStorePassword=<jobserver_keystore_password>
org.talend.remote.server.ssl.trustStore=<path_to_jobserver_truststore>
org.talend.remote.server.ssl.trustStorePassword=<jobserver_truststore_password>
org.talend.remote.server.ssl.enabled.protocols=TLSv1.2,TLSv1.3
org.talend.remote.server.ssl.authenticate=<true or false>

Keystore must correspond to client truststore (if specified there), and truststore is for certificate based client authorization.

If the property org.talend.remote.server.ssl.authenticate in jobserver/agent/conf/TalendJobServer.properties is set to true, the Talend JobServer client (Talend Administration Center / Talend Studio) has to define a keystore corresponding to the Talend JobServer truststore.

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!