Skip to main content Skip to complementary content
Close announcements banner

Using the tDataprepRun component with an HTTPS connection

Procedure

  1. Retrieve Talend Data Preparation certificate, or its Certificate Authority and add it to an existing or new .jks file following this example:
    keytool -import -trustcacerts -alias <cert-alias> -file <dp_certificate.crt> -keystore <truststore.jks>
  2. To make Talend Studio trust the Talend Data Preparation certificate, edit the .ini file used to start Talend Studio:
    -Djavax.net.ssl.trustStore=/path/to/<trust-store.jks>
    -Djavax.net.ssl.trustStorePassword=<trust-store password>
  3. When designing your Job in Talend Studio, connect a tSetKeystore component to the data input component with an OnSubjobOk link in order for the Job to trust the Talend Data Preparation certificate. For more information on how to configure the tSetKeystore, see tSetKeystore.

Results

For more information on how to use the tDataprepRun component and how to operationalize a recipe in a Talend Job, see Preparing data from a database in a Talend Job.

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!