Hello,
Hello, we are encountering an issue when using the REST API Task type workflow/BPA.
When we run the workflow, we get the following error on the REST call: « HTTP Connection: Delegate could not retrieve the data from the specified Auth Token endpoint. Returned status code: 500 »
When we disable ssl checking in postman the api call works, but when we enable the ssl checking it does not work.
It seems to be an issue with the self generated p12
However, the IFS application enforces SSL verification and relies on its own truststore, which currently does not trust the endpoint certificate.
Resolution Steps suggeste by support
1. Export the certificate chain (preferably the issuing root and intermediate CA certificates) used by:
mcihpdifsl03.d29.tes.local:443
2. Import the CA certificate(s) into the truststore used by the IFS OData pod (key.p12) associated with defaultSSLConfig.
3. Restart the ifsapp-odata pods to ensure the updated truststore is loaded.
4. Re-run the BPA workflow to validate that OAuth token retrieval and the REST call succeed.
How can we export the certificate chain ?
And import the CA certificates into the truststore ?
The bpa call is on the MT server.