Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

problem downloading file from https

hello all,
i can download demo file from talend HTTP server. But the problem is
i am having trouble download file using tFileFetch from an HTTPS server.
The task is fairly simple.
download a csv file from HTTPS server using https protocol.
https://xxx.xxx.xxx.xxx/abcd.csv with
when i try to run, it is giving me 'SSL Exception' 'plaintext connection' errors.
I am behind a proxy server, and in advanced setting put all the proxy setting. i.e.
I've added talend in the firewall exception. but still no success.
if anybody has a solution or suggestion. or some other trick to download this file.
Talend version : TOS-All-r50363-V4.1.1


the error is --->
May 20, 2011 6:48:01 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Unrecognized SSL message, plaintext connection?
May 20, 2011 6:48:01 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
May 20, 2011 6:48:01 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Unrecognized SSL message, plaintext connection?
May 20, 2011 6:48:01 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
May 20, 2011 6:48:01 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Unrecognized SSL message, plaintext connection?
May 20, 2011 6:48:01 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Exception in component tFileFetch_1
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(Unknown Source)
at com.sun.net.ssl.internal.ssl.InputRecord.read(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(Unknown Source)
at com.sun.net.ssl.internal.ssl.AppOutputStream.write(Unknown Source)
at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
at java.io.BufferedOutputStream.flush(Unknown Source)
at org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:502)
at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:1973)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:993)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:397)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324)
at daily.test_ftp2_0_1.test_ftp2.tFileFetch_1Process(test_ftp2.java:385)
at daily.test_ftp2_0_1.test_ftp2.runJobInTOS(test_ftp2.java:658)
at daily.test_ftp2_0_1.test_ftp2.main(test_ftp2.java:529)
Labels (3)
10 Replies
_AnonymousUser
Specialist III
Specialist III

I am using tFileFetch to download an excel from a url which needs username and password for login.
But I get the following message in the excel file downloaded.
This page is used to hold your data while you are being authorized for your request.

You will be forwarded to continue the authorization process. If this does not happen automatically, please click the Continue button below.

How to solve this?. Please help asap.