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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Sabbir
Contributor
Contributor

How to use certificate (e.g .pem) in REST API call using Talend Big Data 6.4

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.

Labels (4)
1 Reply
Anonymous
Not applicable

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