<?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: tHTTPRequest over SSL in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278932#M54259</link>
    <description>Thank you! That worked. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAGb.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149334i847073D9A1183612/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAGb.jpg" alt="0683p000009MAGb.jpg" /&gt;&lt;/span&gt;</description>
    <pubDate>Wed, 18 Sep 2013 15:25:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-09-18T15:25:24Z</dc:date>
    <item>
      <title>tHTTPRequest over SSL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278923#M54250</link>
      <description>&lt;P&gt;I am testing the following job to communicate with Transunion, our credit reporting vendor. They don't support web services. They require HTTPS POST. I have their digital certificate (PKCS12) downloaded, but didn't install it yet. When I run the job as-is, I get this error:&lt;BR /&gt;Exception in component tHttpRequest_1&lt;BR /&gt;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;BR /&gt;Where and how do I install their certificate so when I run the job from TOS, it would get past this error? I am running under Windows.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAKE.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151581i0F5F8B4F9765DB9A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAKE.jpg" alt="0683p000009MAKE.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2013 19:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278923#M54250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-11T19:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest over SSL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278924#M54251</link>
      <description>Hi, &lt;BR /&gt;Please see the stackoverflow article &lt;A href="http://stackoverflow.com/questions/6908948/java-sun-security-provider-certpath-suncertpathbuilderexception-unable-to-find" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/6908948/java-sun-security-provider-certpath-suncertpathbuilderexception-unable-to-find&lt;/A&gt; will be useful for your certificate issue.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 12 Sep 2013 03:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278924#M54251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-12T03:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest over SSL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278925#M54252</link>
      <description>Thanks for the link Sabrina! I was able to successfully import the certificate. But I am still getting the same error message (see screenshot). So now, how do I tell Talend how to access the certificate? Which Talend config file do I specify the keystore location, password...etc? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAEB.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129717i105859E68EE38C12/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAEB.jpg" alt="0683p000009MAEB.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 12 Sep 2013 19:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278925#M54252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-12T19:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest over SSL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278926#M54253</link>
      <description>Hi, &lt;BR /&gt;Do the component &lt;A href="https://help.talend.com/display/TalendOpenStudioComponentsReferenceGuide53EN/tFileFetch" target="_blank" rel="nofollow noopener noreferrer"&gt;tFileFetch&lt;/A&gt; that support for https can meet your needs?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 13 Sep 2013 08:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278926#M54253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-13T08:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest over SSL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278927#M54254</link>
      <description>I tried tFileFetch. See attached screen. I am getting this error: 
&lt;BR /&gt;java.lang.Exception: Method failed: HTTP/1.1 500 Internal Server Error 
&lt;BR /&gt; at enterpriseservices.testtransunion_0_1.TestTransUnion.tFileFetch_1Process(TestTransUnion.java:594) 
&lt;BR /&gt; at enterpriseservices.testtransunion_0_1.TestTransUnion.runJobInTOS(TestTransUnion.java:954) 
&lt;BR /&gt; at enterpriseservices.testtransunion_0_1.TestTransUnion.main(TestTransUnion.java:820) 
&lt;BR /&gt;I deleted the certificate from the keystore and I still got the same error. I re-imported the certificate to the keystore and still got the same error. So, it looks like tFileFetch is not even trying to use the certificate. 
&lt;BR /&gt;At least with the tHttpRequest component, it complained about not being able to find the certificate. 
&lt;BR /&gt;I don't think tFileFetch is the correct component to use against TransUnion credit reporting bureau. I am not actually downloading a file from them. It's just a simple HTTPS POST over SSL and their response comes back in HTTPS stream. 
&lt;BR /&gt;Regardless, don't I have to specify the keystore location, keystore password and certificate password? Where would I specify those for Talend to find and use the certificate? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MALL.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136130iAD6E798603CE237F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MALL.jpg" alt="0683p000009MALL.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 13 Sep 2013 17:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278927#M54254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-13T17:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest over SSL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278928#M54255</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Regardless, don't I have to specify the keystore location, keystore password and certificate password? Where would I specify those for Talend to find and use the certificate?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi, 
&lt;BR /&gt;I think you can add corresponding parameter in head section in thttprequest. But I don't do it before. 
&lt;BR /&gt;You can open a jira bug of DI project on 
&lt;A href="https://jira.talendforge.org/secure/Dashboard.jspa" target="_blank" rel="nofollow noopener noreferrer"&gt;Talend Bug Tracker&lt;/A&gt;, our component developers will check if there is a good solution. 
&lt;BR /&gt;Note: Please set the issue type as "Work Item" 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 16 Sep 2013 04:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278928#M54255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-16T04:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest over SSL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278929#M54256</link>
      <description>Done...https://jira.talendforge.org/browse/TDI-27487
&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 16 Sep 2013 16:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278929#M54256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-16T16:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest over SSL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278930#M54257</link>
      <description>Hi, &lt;BR /&gt;Thanks for your contribution.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 17 Sep 2013 04:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278930#M54257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-17T04:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest over SSL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278931#M54258</link>
      <description>Hi, &lt;BR /&gt;Our tSetKeystore component introduced in 4.1 should answer to this requirement.&lt;BR /&gt;Kind Regards,</description>
      <pubDate>Tue, 17 Sep 2013 12:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278931#M54258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-17T12:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest over SSL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278932#M54259</link>
      <description>Thank you! That worked. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAGb.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149334i847073D9A1183612/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAGb.jpg" alt="0683p000009MAGb.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 18 Sep 2013 15:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278932#M54259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-18T15:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: tHTTPRequest over SSL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278933#M54260</link>
      <description>Hello,
&lt;BR /&gt;cchang I am still having errors with the tHttpRest using the tSetKeyStore and I would like to know all the configuration you have done to finally succeed with the rest request. 
&lt;BR /&gt;I am having the error: No trusted certificated found.
&lt;BR /&gt;Thank you,</description>
      <pubDate>Wed, 07 May 2014 22:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHTTPRequest-over-SSL/m-p/2278933#M54260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-07T22:58:45Z</dc:date>
    </item>
  </channel>
</rss>

