<?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 [resolved] https support in tFileFetch in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-https-support-in-tFileFetch/m-p/2344872#M112468</link>
    <description>I am trying to download some CSV file from a website which only supports download via https. The error message I am getting in tFileFetch, and the lack of any settings for SSL support in tFileFetch, lead me to believe that this is not supported. Am I missing something? 
&lt;BR /&gt;Exception in component tFileFetch_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; at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.AppOutputStream.write(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedOutputStream.flushBuffer(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedOutputStream.flush(Unknown Source) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(HttpConnection.java:827) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:1975) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:993) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:397) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324) 
&lt;BR /&gt; at jfof.bnp2bbg_0_1.BNP2BBG.tFileFetch_1Process(BNP2BBG.java:241) 
&lt;BR /&gt; at jfof.bnp2bbg_0_1.BNP2BBG.runJobInTOS(BNP2BBG.java:479) 
&lt;BR /&gt; at jfof.bnp2bbg_0_1.BNP2BBG.main(BNP2BBG.java:367) 
&lt;BR /&gt;Caused by: 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; at sun.security.validator.PKIXValidator.doBuild(Unknown Source) 
&lt;BR /&gt; at sun.security.validator.PKIXValidator.engineValidate(Unknown Source) 
&lt;BR /&gt; at sun.security.validator.Validator.validate(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source) 
&lt;BR /&gt; ... 20 more 
&lt;BR /&gt;Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 
&lt;BR /&gt; at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source) 
&lt;BR /&gt; at java.security.cert.CertPathBuilder.build(Unknown Source) 
&lt;BR /&gt; ... 26 more</description>
    <pubDate>Sat, 16 Nov 2024 13:43:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:43:10Z</dc:date>
    <item>
      <title>[resolved] https support in tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-https-support-in-tFileFetch/m-p/2344872#M112468</link>
      <description>I am trying to download some CSV file from a website which only supports download via https. The error message I am getting in tFileFetch, and the lack of any settings for SSL support in tFileFetch, lead me to believe that this is not supported. Am I missing something? 
&lt;BR /&gt;Exception in component tFileFetch_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; at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.AppOutputStream.write(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedOutputStream.flushBuffer(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedOutputStream.flush(Unknown Source) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(HttpConnection.java:827) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:1975) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:993) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:397) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324) 
&lt;BR /&gt; at jfof.bnp2bbg_0_1.BNP2BBG.tFileFetch_1Process(BNP2BBG.java:241) 
&lt;BR /&gt; at jfof.bnp2bbg_0_1.BNP2BBG.runJobInTOS(BNP2BBG.java:479) 
&lt;BR /&gt; at jfof.bnp2bbg_0_1.BNP2BBG.main(BNP2BBG.java:367) 
&lt;BR /&gt;Caused by: 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; at sun.security.validator.PKIXValidator.doBuild(Unknown Source) 
&lt;BR /&gt; at sun.security.validator.PKIXValidator.engineValidate(Unknown Source) 
&lt;BR /&gt; at sun.security.validator.Validator.validate(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source) 
&lt;BR /&gt; ... 20 more 
&lt;BR /&gt;Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 
&lt;BR /&gt; at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source) 
&lt;BR /&gt; at java.security.cert.CertPathBuilder.build(Unknown Source) 
&lt;BR /&gt; ... 26 more</description>
      <pubDate>Sat, 16 Nov 2024 13:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-https-support-in-tFileFetch/m-p/2344872#M112468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] https support in tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-https-support-in-tFileFetch/m-p/2344873#M112469</link>
      <description>Hello guy 
&lt;BR /&gt;Please try the exchange component: 
&lt;A href="http://www.talendforge.org/exchange/tos/extension_view.php?eid=79" target="_blank" rel="nofollow noopener noreferrer"&gt;tWebDavGet&lt;/A&gt; provided by jsd03, it support https connection. 
&lt;BR /&gt;Note that, if you would install it on TOS3.1.X or greater, you need modify two places: 
&lt;BR /&gt;1)Open tWebDavGet_messages.properties and remove this line: FAMILY=Internet 
&lt;BR /&gt;2)Open tWebDavGet_java.xml and add the &amp;lt;FAMILIES&amp;gt; parameter between &amp;lt;HEARDER&amp;gt; and &amp;lt;DOCUMENTATION&amp;gt;: 
&lt;BR /&gt; &amp;lt;/HEADER&amp;gt; 
&lt;BR /&gt; &amp;lt;FAMILIES&amp;gt; 
&lt;BR /&gt; &amp;lt;FAMILY&amp;gt;Internet&amp;lt;/FAMILY&amp;gt; 
&lt;BR /&gt; &amp;lt;/FAMILIES&amp;gt; 
&lt;BR /&gt; &amp;lt;DOCUMENTATION&amp;gt; 
&lt;BR /&gt; &amp;lt;URL/&amp;gt; 
&lt;BR /&gt; &amp;lt;/DOCUMENTATION&amp;gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 26 Oct 2009 02:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-https-support-in-tFileFetch/m-p/2344873#M112469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-26T02:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] https support in tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-https-support-in-tFileFetch/m-p/2344874#M112470</link>
      <description>Thanks - that works great. It would be really helpful for beginners such as myself to have information about where to install plugins (TOS-Win32-r30698-V3.2.0\plugins\org.talend.designer.components.localprovider_3.2.0.r30698\components) more readily available in the documentation. It took me almost an hour to figure that out.</description>
      <pubDate>Mon, 26 Oct 2009 16:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-https-support-in-tFileFetch/m-p/2344874#M112470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-26T16:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] https support in tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-https-support-in-tFileFetch/m-p/2344875#M112471</link>
      <description>Hi&lt;BR /&gt;I had a problem of not being able to find tWebDavGet using TIS until I placed it only here:&lt;BR /&gt;C:\TIS_TE-All-r19980-V3.0.1\plugins\org.talend.designer.components.tisprovider_3.0.1.r19980\components\tWebDavGet&lt;BR /&gt;thanks for the previous posts to get me here, since I couldn't find any documentation on how to install it!&lt;BR /&gt;bob</description>
      <pubDate>Wed, 14 Apr 2010 22:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-https-support-in-tFileFetch/m-p/2344875#M112471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-14T22:41:19Z</dc:date>
    </item>
  </channel>
</rss>

