<?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 SSL conflict between 2 components in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SSL-conflict-between-2-components/m-p/2213094#M10482</link>
    <description>&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Hello.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I am using a custom component in which I configure an SSL connection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;System.setProperty ("javax.net.ssl.trustStore", &amp;lt;% = keystorePath%&amp;gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;System.setProperty ("javax.net.ssl.trustStoreType", "JKS");&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;System.setProperty ("javax.net.ssl.trustStorePassword", &amp;lt;% = keystorePwd%&amp;gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;My component works well except that further in my job, I use a tAzureStoragePut, which crashes him because of this SSL (no problem if no SSL in the custom component ...)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I tested to remove the SSL configuration in my component once the connection is complete :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;System.clearProperty ("javax.net.ssl.trustStore");&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;System.clearProperty ("javax.net.ssl.trustStoreType");&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;System.clearProperty ("javax.net.ssl.trustStorePassword");&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;But that does not change anything.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thanks you for your answers.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2019 16:24:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-12-12T16:24:40Z</dc:date>
    <item>
      <title>SSL conflict between 2 components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-conflict-between-2-components/m-p/2213094#M10482</link>
      <description>&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Hello.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I am using a custom component in which I configure an SSL connection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;System.setProperty ("javax.net.ssl.trustStore", &amp;lt;% = keystorePath%&amp;gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;System.setProperty ("javax.net.ssl.trustStoreType", "JKS");&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;System.setProperty ("javax.net.ssl.trustStorePassword", &amp;lt;% = keystorePwd%&amp;gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;My component works well except that further in my job, I use a tAzureStoragePut, which crashes him because of this SSL (no problem if no SSL in the custom component ...)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I tested to remove the SSL configuration in my component once the connection is complete :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;System.clearProperty ("javax.net.ssl.trustStore");&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;System.clearProperty ("javax.net.ssl.trustStoreType");&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;System.clearProperty ("javax.net.ssl.trustStorePassword");&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;But that does not change anything.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thanks you for your answers.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 16:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-conflict-between-2-components/m-p/2213094#M10482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-12T16:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: SSL conflict between 2 components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-conflict-between-2-components/m-p/2213095#M10483</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What's custom component are you using? Did you have certificattion, certificate Authority and private key files? In talend studio, here is a tSetKeyStore component which is used to load SSL configuration and point the ''TrustStore File" to your generated trust store.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 09:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-conflict-between-2-components/m-p/2213095#M10483</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-13T09:52:39Z</dc:date>
    </item>
  </channel>
</rss>

