I have developed a workflow to fetch data from a vendor API. The workflow works perfectly in Designer Desktop but fails when run on Server. The error message is as follows:
Error transferring data //api.xyz_abc.com/operator_authentication/tokens , Func 'curl_easy_perform' failed, ret = 60, desc = SSL peer certificate or SSH remote key was not OK (ToolId: 281)
I have faced this error earlier also with some different Endpoint of a different Vendor so the issue is not specific to the address of request.
The Server runs on a different machine then the Designer.
Can anybody help in this regard.