<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Manage Cert and Key inside TRestClient Http Header in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2541658#M149351</link>
    <description>&lt;P&gt;For tRestClient component, if it's for a DI job, you can use a tSetKeystore component at the begining of the job in order to set path and credentials for the truststore file.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/talend/en-US/components/8.0/keystore/tsetkeystore-standard-properties" target="_blank"&gt;https://help.qlik.com/talend/en-US/components/8.0/keystore/tsetkeystore-standard-properties&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jan 2026 09:55:47 GMT</pubDate>
    <dc:creator>Gjeremy</dc:creator>
    <dc:date>2026-01-27T09:55:47Z</dc:date>
    <item>
      <title>Manage Cert and Key inside TRestClient Http Header</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351356#M118025</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently developping a Talend Job doing some work on Qlik sense API and for the access I have to Auth through a certificate and a key. The probleme is actually how to manage theses. I don't have right to generate a keystore in my system and have to go through a hard by inserting my cert and key in Http Header of TRestClient. How can I manage to do that ? Which parameters have I to use ? How they are managed (Inserting raw data, link to the pem file ?) ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kleleu&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351356#M118025</guid>
      <dc:creator>KevinLeleu</dc:creator>
      <dc:date>2024-11-16T00:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Cert and Key inside TRestClient Http Header</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351357#M118026</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please have a look at this article about: &lt;A href="https://community.talend.com/s/article/Three-ways-to-set-a-truststore-for-an-SSL-TLS-connection-in-a-Job-zc7CW" alt="https://community.talend.com/s/article/Three-ways-to-set-a-truststore-for-an-SSL-TLS-connection-in-a-Job-zc7CW" target="_blank"&gt;https://community.talend.com/s/article/Three-ways-to-set-a-truststore-for-an-SSL-TLS-connection-in-a-Job-zc7CW&lt;/A&gt; to see if it is what you are looking for?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 05:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351357#M118026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-29T05:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Cert and Key inside TRestClient Http Header</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351358#M118027</link>
      <description>&lt;P&gt;Thank you, that was what I looked for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the problem is the error following : &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea on what could cause this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 09:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351358#M118027</guid>
      <dc:creator>KevinLeleu</dc:creator>
      <dc:date>2021-06-29T09:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Cert and Key inside TRestClient Http Header</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351359#M118028</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;When using an "https" URL, CXF will use the certs that are part of the JDK by default. &lt;/P&gt;&lt;P&gt;Usually it is located in $JAVA_HOME/jre/lib/security/cacerts and in this case the cacerts was old and not valid.&lt;/P&gt;&lt;P&gt;You are able to see more details by adding -Djavax.net.debug=all&amp;nbsp;on your data service job.&lt;/P&gt;&lt;P&gt;What's JDK version are you using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 09:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351359#M118028</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-29T09:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Cert and Key inside TRestClient Http Header</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351360#M118029</link>
      <description>&lt;P&gt;I'm currently using JDK1.8.0. By using the &amp;nbsp;-Djavax.net.debug=all it seems the trustStore used is the correct one. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 09:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351360#M118029</guid>
      <dc:creator>KevinLeleu</dc:creator>
      <dc:date>2021-06-29T09:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Cert and Key inside TRestClient Http Header</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351361#M118030</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please try to specify&amp;nbsp;wrapper.java.additional.xx=-Djavax.net.ssl.trustStore=/path/to/your_cert or add javax.net.ssl.trustStore=/path/to/your_cert&amp;nbsp;in [container]/etc/system.properties.&lt;/P&gt;&lt;P&gt;Feel free to let me know if it works.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 03:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351361#M118030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-30T03:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Cert and Key inside TRestClient Http Header</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351362#M118031</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried both solutions none of them worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A little more precision, originally both my certificate and my key are in pem format So at first executed this : &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;openssl pkcs12 -export -in [path to certificate] -inkey [path to private key] -certfile [path to certificate ] -out testkeystore.p12 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this : &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;keytool -importkeystore -srckeystore testkeystore.p12 -srcstoretype pkcs12 -destkeystore [My jks filename] -deststoretype JKS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to have a .jks format file. Does it have any influence on the result ? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 07:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351362#M118031</guid>
      <dc:creator>KevinLeleu</dc:creator>
      <dc:date>2021-06-30T07:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Cert and Key inside TRestClient Http Header</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351363#M118032</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;@&lt;A href="https://community.talend.com/s/profile/0055b00000LlcQ9AAJ" alt="https://community.talend.com/s/profile/0055b00000LlcQ9AAJ" target="_blank"&gt;KLeleu&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I will make an investigation on your issue and then come back to you as soon as possible.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 08:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351363#M118032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-30T08:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Cert and Key inside TRestClient Http Header</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351364#M118033</link>
      <description>&lt;P&gt;hi, you can use cacerts it works.&lt;/P&gt;&lt;P&gt;Send me LOve and Kudos&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 08:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351364#M118033</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-06-30T08:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Cert and Key inside TRestClient Http Header</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351365#M118034</link>
      <description>&lt;P&gt;I am also facing the same issue. Getting invalid certificate path despite ​using cacerts. I am also trying to call QlikSense Api. Any solution?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 17:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2351365#M118034</guid>
      <dc:creator>sacuke1</dc:creator>
      <dc:date>2021-08-12T17:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Cert and Key inside TRestClient Http Header</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2518354#M147574</link>
      <description>&lt;P&gt;Unfortunately, after migration, it is not possible to find anything in here ,&lt;BR /&gt;Anyway so&amp;nbsp;&amp;nbsp;I do not have an issue creating a trust store, but how to use it?&amp;nbsp;&lt;/P&gt;
&lt;PRE role="code"&gt;--cert PEM_CERT_.pem:&amp;lt;cert_secret&amp;gt; &lt;/PRE&gt;
&lt;P&gt;In&amp;nbsp;&lt;SPAN&gt;TRestClient, i do not know&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 13:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2518354#M147574</guid>
      <dc:creator>PawelM</dc:creator>
      <dc:date>2025-05-20T13:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Cert and Key inside TRestClient Http Header</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2541658#M149351</link>
      <description>&lt;P&gt;For tRestClient component, if it's for a DI job, you can use a tSetKeystore component at the begining of the job in order to set path and credentials for the truststore file.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/talend/en-US/components/8.0/keystore/tsetkeystore-standard-properties" target="_blank"&gt;https://help.qlik.com/talend/en-US/components/8.0/keystore/tsetkeystore-standard-properties&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 09:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Cert-and-Key-inside-TRestClient-Http-Header/m-p/2541658#M149351</guid>
      <dc:creator>Gjeremy</dc:creator>
      <dc:date>2026-01-27T09:55:47Z</dc:date>
    </item>
  </channel>
</rss>

