Rest Post mit tSetKeystore results in "No trusted certificate found"
Greetings,
i have a job calling a public REST API via HTTPS. If i call this API without a tSetKeystore, i get a correct response.
There are DB2 inputs and outputs too. We changed to SSL communication and added a tSetKeystore to do so.
With this Keystore the API call results in "No trusted certificate found" with the tRest component and in "unable to find valid certification path to requested target" with a tRestClient component.
So Talend tries to use this keystore in all components? Is it possible to block the usage of the keystore in the tRest / tRestClient component?