<?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: problem downloading file from https in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222236#M15917</link>
    <description>Shong, 
&lt;BR /&gt;Yes, I just get XML response in the URL on browser. 
&lt;BR /&gt;But what I need is to save the content of this xml on my computer. 
&lt;BR /&gt;I have to contact the people in charge of this url in order to know if the username have the right to donwload the file ... 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Stef 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDPy.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136347i9D6F59C373E82993/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDPy.jpg" alt="0683p000009MDPy.jpg" /&gt;&lt;/span&gt;</description>
    <pubDate>Fri, 30 Aug 2013 10:08:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-30T10:08:59Z</dc:date>
    <item>
      <title>problem downloading file from https</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222229#M15910</link>
      <description>hello all, 
&lt;BR /&gt;i can download demo file from talend HTTP server. But the problem is 
&lt;BR /&gt;i am having trouble download file using tFileFetch from an HTTPS server. 
&lt;BR /&gt;The task is fairly simple. 
&lt;BR /&gt;download a csv file from HTTPS server using https protocol. 
&lt;BR /&gt; 
&lt;A href="https://xxx.xxx.xxx.xxx/abcd.csv" target="_blank" rel="nofollow noopener noreferrer"&gt;https://xxx.xxx.xxx.xxx/abcd.csv&lt;/A&gt; with 
&lt;BR /&gt;when i try to run, it is giving me 'SSL Exception' 'plaintext connection' errors. 
&lt;BR /&gt;I am behind a proxy server, and in advanced setting put all the proxy setting. i.e. 
&lt;BR /&gt;I've added talend in the firewall exception. but still no success. 
&lt;BR /&gt;if anybody has a solution or suggestion. or some other trick to download this file. 
&lt;BR /&gt;Talend version : TOS-All-r50363-V4.1.1 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;the error is ---&amp;gt; 
&lt;BR /&gt;May 20, 2011 6:48:01 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
&lt;BR /&gt;INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Unrecognized SSL message, plaintext connection? 
&lt;BR /&gt;May 20, 2011 6:48:01 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
&lt;BR /&gt;INFO: Retrying request 
&lt;BR /&gt;May 20, 2011 6:48:01 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
&lt;BR /&gt;INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Unrecognized SSL message, plaintext connection? 
&lt;BR /&gt;May 20, 2011 6:48:01 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
&lt;BR /&gt;INFO: Retrying request 
&lt;BR /&gt;May 20, 2011 6:48:01 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
&lt;BR /&gt;INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Unrecognized SSL message, plaintext connection? 
&lt;BR /&gt;May 20, 2011 6:48:01 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
&lt;BR /&gt;INFO: Retrying request 
&lt;BR /&gt;Exception in component tFileFetch_1 
&lt;BR /&gt;javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.InputRecord.read(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.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:502) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:1973) 
&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 daily.test_ftp2_0_1.test_ftp2.tFileFetch_1Process(test_ftp2.java:385) 
&lt;BR /&gt; at daily.test_ftp2_0_1.test_ftp2.runJobInTOS(test_ftp2.java:658) 
&lt;BR /&gt; at daily.test_ftp2_0_1.test_ftp2.main(test_ftp2.java:529)</description>
      <pubDate>Sat, 16 Nov 2024 12:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222229#M15910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: problem downloading file from https</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222230#M15911</link>
      <description>Hello, &lt;BR /&gt;Do you solved your problem ?&lt;BR /&gt;I have the same issue ...&lt;BR /&gt;Regards,&lt;BR /&gt;Stef</description>
      <pubDate>Thu, 29 Aug 2013 11:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222230#M15911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-29T11:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem downloading file from https</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222231#M15912</link>
      <description>hi, 
&lt;BR /&gt;have a look at solution find for same exception with tSetProxy. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCn8MCAS" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Calling-a-Secure-Web-Service-via-SSL-through-a-Proxy/td-p/86945&lt;/A&gt; 
&lt;BR /&gt;hope it helps 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Thu, 29 Aug 2013 11:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222231#M15912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-29T11:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem downloading file from https</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222232#M15913</link>
      <description>Hi kzone, 
&lt;BR /&gt;Thank you for your answer. 
&lt;BR /&gt;I tried but I still have a problem : 
&lt;BR /&gt;30 août 2013 09:06:18 org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme 
&lt;BR /&gt;INFO: basic authentication scheme selected 
&lt;BR /&gt;30 août 2013 09:06:18 org.apache.commons.httpclient.HttpMethodBase readResponseBody 
&lt;BR /&gt;INFO: Response content length is not known 
&lt;BR /&gt;30 août 2013 09:06:19 org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme 
&lt;BR /&gt;INFO: basic authentication scheme selected 
&lt;BR /&gt;30 août 2013 09:06:19 org.apache.commons.httpclient.HttpMethodDirector processAuthenticationResponse 
&lt;BR /&gt;GRAVE: Invalid challenge: Basic 
&lt;BR /&gt;org.apache.commons.httpclient.auth.MalformedChallengeException: Invalid challenge: Basic 
&lt;BR /&gt; at org.apache.commons.httpclient.auth.AuthChallengeParser.extractParams(AuthChallengeParser.java:97) 
&lt;BR /&gt; at org.apache.commons.httpclient.auth.RFC2617Scheme.processChallenge(RFC2617Scheme.java:93) 
&lt;BR /&gt; at org.apache.commons.httpclient.auth.BasicScheme.processChallenge(BasicScheme.java:111) 
&lt;BR /&gt; at org.apache.commons.httpclient.auth.AuthChallengeProcessor.processChallenge(AuthChallengeProcessor.java:161) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.processWWWAuthChallenge(HttpMethodDirector.java:689) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.processAuthenticationResponse(HttpMethodDirector.java:663) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:192) 
&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 integration_conso_dwh.test_0_1.test.tFileFetch_1Process(test.java:641) 
&lt;BR /&gt; at integration_conso_dwh.test_0_1.test.tSetProxy_1Process(test.java:844) 
&lt;BR /&gt; at integration_conso_dwh.test_0_1.test$1.run(test.java:1139) 
&lt;BR /&gt;Exception in component tFileFetch_1 
&lt;BR /&gt;java.lang.Exception: Method failed: HTTP/1.1 401 Unauthorized 
&lt;BR /&gt; at integration_conso_dwh.test_0_1.test.tFileFetch_1Process(test.java:676) 
&lt;BR /&gt; at integration_conso_dwh.test_0_1.test.tSetProxy_1Process(test.java:844) 
&lt;BR /&gt; at integration_conso_dwh.test_0_1.test$1.run(test.java:1139). 
&lt;BR /&gt; 
&lt;BR /&gt;I can't download my xml file from HTTPS server using https protocol with username,password. 
&lt;BR /&gt;Do you have any idea please ? 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Stef</description>
      <pubDate>Fri, 30 Aug 2013 08:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222232#M15913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-30T08:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem downloading file from https</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222233#M15914</link>
      <description>Hi Stef_el
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;java.lang.Exception: Method failed: HTTP/1.1 401 Unauthorized&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;It is a 401 Unauthorized error, authentication is required when trying to access the resource, but it fails in this case, can you download the file on browser with this username/password?
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 30 Aug 2013 08:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222233#M15914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-30T08:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: problem downloading file from https</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222234#M15915</link>
      <description>Hi Shong,
&lt;BR /&gt;I can see the XML response on my brother with this username/password. 
&lt;BR /&gt;Do you think I have to contact the people in charge of the https in order they change the right of the username ?
&lt;BR /&gt;Regards,
&lt;BR /&gt;Stef</description>
      <pubDate>Fri, 30 Aug 2013 08:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222234#M15915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-30T08:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem downloading file from https</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222235#M15916</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi Shong,&lt;BR /&gt;I can see the XML response on my brother with this username/password. &lt;BR /&gt;Do you think I have to contact the people in charge of the https in order they change the right of the username ?&lt;BR /&gt;Regards,&lt;BR /&gt;Stef&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;You just get XML response, not download the file when you type in the URL on browser? What's the content of response? Is it the content of the XML file which you are trying to download?
&lt;BR /&gt;In the mean time, go to check if this username is authorized to download the file?
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 30 Aug 2013 10:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222235#M15916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-30T10:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem downloading file from https</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222236#M15917</link>
      <description>Shong, 
&lt;BR /&gt;Yes, I just get XML response in the URL on browser. 
&lt;BR /&gt;But what I need is to save the content of this xml on my computer. 
&lt;BR /&gt;I have to contact the people in charge of this url in order to know if the username have the right to donwload the file ... 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Stef 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDPy.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136347i9D6F59C373E82993/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDPy.jpg" alt="0683p000009MDPy.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 30 Aug 2013 10:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222236#M15917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-30T10:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: problem downloading file from https</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222237#M15918</link>
      <description>Shong, 
&lt;BR /&gt;I've checked with the people in charge of this url and for them, there is no problem with the rights as I can see the response on browser. 
&lt;BR /&gt;Regards,
&lt;BR /&gt;Stef</description>
      <pubDate>Fri, 30 Aug 2013 15:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222237#M15918</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-30T15:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem downloading file from https</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222238#M15919</link>
      <description>Shong, 
&lt;BR /&gt;
&lt;BR /&gt;I've seen with people in charge of this url, and they have noticed that the user/password is pass in the header http but also in the URL.
&lt;BR /&gt;For them, there is a conflict and I should just pass the authentification by the header http. There is something in the tFileFecth which add automatically the authentifcation in the URL.
&lt;BR /&gt;Do you know what ?
&lt;BR /&gt;
&lt;BR /&gt;Regards,
&lt;BR /&gt;Stephane</description>
      <pubDate>Tue, 03 Sep 2013 09:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222238#M15919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-03T09:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem downloading file from https</title>
      <link>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222239#M15920</link>
      <description>I am using tFileFetch to download an excel from a url which needs username and password for login.&lt;BR /&gt;But I get the following message in the excel file downloaded.&lt;BR /&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Times New Roman"&gt;This page is used to hold your data while you are being authorized for your request.&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT face="Times New Roman"&gt;You will be forwarded to continue the authorization process. If this does not happen automatically, please click the Continue button below.&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;How to solve this?. Please help asap.</description>
      <pubDate>Fri, 14 Oct 2016 11:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/problem-downloading-file-from-https/m-p/2222239#M15920</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-10-14T11:56:06Z</dc:date>
    </item>
  </channel>
</rss>

