<?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 inspection and Talend on AWS in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SSL-inspection-and-Talend-on-AWS/m-p/2201861#M3784</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt; 
&lt;P&gt;I have an issue using talend on corporate network with s3 files; my corporate internet gatway is chaning the SSL/HTTPS certification path with custom CA trusted by domain computer.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;That's ok for all component but aws sdk&amp;nbsp;is performing a deep check on CA and the job fail with the following error.&lt;/P&gt; 
&lt;PRE&gt;Unable to execute HTTP request: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
com.amazonaws.SdkClientException: Unable to execute HTTP request: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.handleRetryableException(AmazonHttpClient.java:1134)
	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeHelper(AmazonHttpClient.java:1080)
	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.doExecute(AmazonHttpClient.java:745)
	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeWithTimer(AmazonHttpClient.java:719)
	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.execute(AmazonHttpClient.java:701)
	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.access$500(AmazonHttpClient.java:669)
	at com.amazonaws.http.AmazonHttpClient$RequestExecutionBuilderImpl.execute(AmazonHttpClient.java:651)
	at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:515)
	at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4443)
	at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4390)
	at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4384)
	at com.amazonaws.services.s3.AmazonS3Client.getS3AccountOwner(AmazonS3Client.java:932)
	at com.amazonaws.services.s3.AmazonS3Client.getS3AccountOwner(AmazonS3Client.java:922)&lt;/PRE&gt; 
&lt;P&gt;I've found a way to skip a strong https check, passing specific java options &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;-Dcom.amazonaws.sdk.disableCertChecking=true&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;as &lt;A href="https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/SDKGlobalConfiguration.html#DISABLE_CERT_CHECKING_SYSTEM_PROPERTY" target="_self" rel="nofollow noopener noreferrer"&gt;documented here&lt;/A&gt;.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Now, I want to found a way to set this parameter for my computer only: the cloud agent on production data must ignore this local override.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How can I achieve this goal on&amp;nbsp;Talend Studio with&amp;nbsp;Licensed Real time Big Data Edition ?&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;I have tried to set the property globally, but reployinh and running a job on a cloud engine the security warning appears on logs.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Teams_RXKZsPSwi4.png" style="width: 696px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M95q.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153242iBD04E00587D4D49D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M95q.png" alt="0683p000009M95q.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:16:27 GMT</pubDate>
    <dc:creator>Claudio3</dc:creator>
    <dc:date>2024-11-16T03:16:27Z</dc:date>
    <item>
      <title>SSL inspection and Talend on AWS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-inspection-and-Talend-on-AWS/m-p/2201861#M3784</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt; 
&lt;P&gt;I have an issue using talend on corporate network with s3 files; my corporate internet gatway is chaning the SSL/HTTPS certification path with custom CA trusted by domain computer.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;That's ok for all component but aws sdk&amp;nbsp;is performing a deep check on CA and the job fail with the following error.&lt;/P&gt; 
&lt;PRE&gt;Unable to execute HTTP request: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
com.amazonaws.SdkClientException: Unable to execute HTTP request: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.handleRetryableException(AmazonHttpClient.java:1134)
	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeHelper(AmazonHttpClient.java:1080)
	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.doExecute(AmazonHttpClient.java:745)
	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeWithTimer(AmazonHttpClient.java:719)
	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.execute(AmazonHttpClient.java:701)
	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.access$500(AmazonHttpClient.java:669)
	at com.amazonaws.http.AmazonHttpClient$RequestExecutionBuilderImpl.execute(AmazonHttpClient.java:651)
	at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:515)
	at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4443)
	at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4390)
	at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4384)
	at com.amazonaws.services.s3.AmazonS3Client.getS3AccountOwner(AmazonS3Client.java:932)
	at com.amazonaws.services.s3.AmazonS3Client.getS3AccountOwner(AmazonS3Client.java:922)&lt;/PRE&gt; 
&lt;P&gt;I've found a way to skip a strong https check, passing specific java options &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;-Dcom.amazonaws.sdk.disableCertChecking=true&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;as &lt;A href="https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/SDKGlobalConfiguration.html#DISABLE_CERT_CHECKING_SYSTEM_PROPERTY" target="_self" rel="nofollow noopener noreferrer"&gt;documented here&lt;/A&gt;.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Now, I want to found a way to set this parameter for my computer only: the cloud agent on production data must ignore this local override.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How can I achieve this goal on&amp;nbsp;Talend Studio with&amp;nbsp;Licensed Real time Big Data Edition ?&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;I have tried to set the property globally, but reployinh and running a job on a cloud engine the security warning appears on logs.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Teams_RXKZsPSwi4.png" style="width: 696px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M95q.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153242iBD04E00587D4D49D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M95q.png" alt="0683p000009M95q.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-inspection-and-Talend-on-AWS/m-p/2201861#M3784</guid>
      <dc:creator>Claudio3</dc:creator>
      <dc:date>2024-11-16T03:16:27Z</dc:date>
    </item>
  </channel>
</rss>

