Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi folks,
I'm trying to use Talend to fetch data from Apple search campaign API. The service requires the client to use a certificate during the requests. I have the certificate but how can I use it within Talend to make the API call? Any answer, resource, links, or videos will be highly appreciated. Thanks a bunch.
Hello,
If you are trying to call a rest service with a self signed certificate, you need to have the certificate installed as "trusted" or the connections will fail.
Are you able to successfully import the certificate?
Here is a component tSetKeystore which sets the authentication data type between PKCS 12 and JKS.
For more information, please refer to online component reference
https://help.talend.com/reader/AihX5D_msseybwaTdP8dig/wkAW6b0YPXbk2pJLrzB~ew
Best regards
Sabrina