We are trying to call one of our own web services to grab some data. The call works fine when tested with Postman externally, however, after configuring the action and testing, we are getting the following error:
{
"status": 500,
"code": "internal.server.error",
"message": "The server encountered an unexpected condition which prevented it from fulfilling the request.",
"messageParams": {},
"contextId": "66f533b6-0ca8-4646-915e-399473255191",
"details": [
{
"errorCode": "ACTION.REMOTE_ENDPOINT"
}
],
"errors": [
{
"status": 500,
"code": "INTERNAL_SERVER_ERROR",
"message": "REST call for action execute failed. Message:Unable to send message after 2 attempts, due to: SunCertPathBuilderException: unable to find valid certification path to requested target [66f533b6-0ca8-4646-915e-399473255191]",
"messageParams": {},
"details": [],
"errors": []
}
]
}
Just as a precaution, we've made sure our certificates are working properly. We've seen mention of using mTLS but haven't seen any KB articles about how to configure it.
Can anyone provide any insight as to what the issue could be? Any and all help is appreciated.
Thank you,
Zack Turnbow
#Integrations------------------------------
Zack Turnbow
------------------------------