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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Extracting data from REST API with client authentication certificate

Hi,


I need to extract data from an ODATA source (REST API) using the tRestClient. The source is protected with a client authentication certificate. Is there a possibility to specify the certificates to be able to extract the data?


Best regards,

Franck

Labels (3)
1 Reply
Anonymous
Not applicable
Author

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