I'm trying to connect with AWS via a tS3Connection_1 and I'm getting the following error: "Unable to execute HTTP request: peer not authenticated". I am using AWS access keys in the tS3Connection_1, and I know they're valid because other people in my department are using them successfully. I downloaded the site cert into my keystore, but that didn't fix the problem. A co-worker suggested I try and ignore SSLs in my process. How do I do that in Talend?
So far, there is no such "ignore SSLs" option in tS3Connection. Have you tried to use component TalendHelpCenter:tSetKeystore which submits authentication data of a truststore with or without keystore to validation for the SSL connection.