<?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>article Talend Administration Center: certificate chain batch download in one-line bash&amp;nbsp;command in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Talend-Administration-Center-certificate-chain-batch-download-in/ta-p/2150701</link>
    <description>&lt;P&gt;Task executions, Talend Administration Center tasks, or Talend Management Console API calls may fail with:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;SSLHandshakeException: unable to find valid certification path to requested target&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Environment&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Talend Administration Center&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;To pick up all necessary certificates:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Use the following command, replacing API-EXAMPLE-COM with your target URL, to generate several crt files necessary for the next step.&amp;nbsp;&lt;BR /&gt;
&lt;PRE&gt;echo "" |&amp;nbsp;
&amp;nbsp; &amp;nbsp; openssl s_client -showcerts -connect API-EXAMPLE-COM:443 |
&amp;nbsp; &amp;nbsp; awk '/BEGIN/ { i++; } /BEGIN/, /END/ { print &amp;gt; "a-cert-" i ".crt" &amp;nbsp;}'&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Use keytool import to target the keystore file; if you do not use tSetKeystore specifically, then import it to the JVM used by the Talend product:&amp;nbsp;&lt;BR /&gt;&amp;nbsp;
&lt;PRE&gt;keytool -import -trustcacerts -alias xxxcert-1 -file /temp/a-cert-1.cer -keystore &amp;nbsp;jvm/lib/security/cacerts -storepass changeit
keytool -import -trustcacerts -alias xxxcert-2 -file /temp/a-cert-2.cer -keystore &amp;nbsp;jvm/lib/security/cacerts -storepass changeit
keytool -import -trustcacerts -alias xxxcert-3 -file /temp/a-cert-3.cer -keystore &amp;nbsp;jvm/lib/security/cacerts -storepass changeit&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 07 Aug 2026 12:11:23 GMT</pubDate>
    <dc:creator>TalendSolutionExpert</dc:creator>
    <dc:date>2026-08-07T12:11:23Z</dc:date>
    <item>
      <title>Talend Administration Center: certificate chain batch download in one-line bash command</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Talend-Administration-Center-certificate-chain-batch-download-in/ta-p/2150701</link>
      <description>&lt;P&gt;Task executions, Talend Administration Center tasks, or Talend Management Console API calls may fail with:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;SSLHandshakeException: unable to find valid certification path to requested target&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Environment&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Talend Administration Center&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;To pick up all necessary certificates:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Use the following command, replacing API-EXAMPLE-COM with your target URL, to generate several crt files necessary for the next step.&amp;nbsp;&lt;BR /&gt;
&lt;PRE&gt;echo "" |&amp;nbsp;
&amp;nbsp; &amp;nbsp; openssl s_client -showcerts -connect API-EXAMPLE-COM:443 |
&amp;nbsp; &amp;nbsp; awk '/BEGIN/ { i++; } /BEGIN/, /END/ { print &amp;gt; "a-cert-" i ".crt" &amp;nbsp;}'&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Use keytool import to target the keystore file; if you do not use tSetKeystore specifically, then import it to the JVM used by the Talend product:&amp;nbsp;&lt;BR /&gt;&amp;nbsp;
&lt;PRE&gt;keytool -import -trustcacerts -alias xxxcert-1 -file /temp/a-cert-1.cer -keystore &amp;nbsp;jvm/lib/security/cacerts -storepass changeit
keytool -import -trustcacerts -alias xxxcert-2 -file /temp/a-cert-2.cer -keystore &amp;nbsp;jvm/lib/security/cacerts -storepass changeit
keytool -import -trustcacerts -alias xxxcert-3 -file /temp/a-cert-3.cer -keystore &amp;nbsp;jvm/lib/security/cacerts -storepass changeit&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 07 Aug 2026 12:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Talend-Administration-Center-certificate-chain-batch-download-in/ta-p/2150701</guid>
      <dc:creator>TalendSolutionExpert</dc:creator>
      <dc:date>2026-08-07T12:11:23Z</dc:date>
    </item>
  </channel>
</rss>

