Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
YPMAL
Contributor III
Contributor III

Exception in component tS3Put_2 com.amazonaws.AmazonClientException: Unable to execute HTTP request: connect timed out

We are able to connect to Eloqua API using tRest Component with tsetproxy component.
However when we are using ts3put component along with tsetproxy we are facing connection failure.
The http proxy we are using is to enable internet to connect to the respective APIs.
We have checked proxy using wget command in unix as well and is working.(corporate network)
We are using ts3put, transfer file and Unable to connect AWS S3 bucket using Proxy.
Running the job in unix server.
We also tried from ts3put component without proxy, from local windows machine.We are able to connect to S3.
Main Problem: ts3put not working when we set proxy

Labels (4)
1 Solution

Accepted Solutions
YPMAL
Contributor III
Contributor III
Author

To use proxy for aws components i set java parameters to use that proxy. connection is working now.

View solution in original post

3 Replies
Anonymous
Not applicable

Hi,

 

   Did you verify your S3 bucket policies and ACL list to make sure that proxy connection is allowed?

 

    There is high chance that you must not have opened the right access privileges and it could be something related to policy restrictions.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

YPMAL
Contributor III
Contributor III
Author

To use proxy for aws components i set java parameters to use that proxy. connection is working now.

Anonymous
Not applicable

Can you please provide some detail/screenshot of how and where to set these parameters?