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.
Hi @dchatterjee ,
Since it is working on your Designer and seems to be a straightforward connection, I think it could be related to your server blocking the connection.
If you can log in to your server, try using the Designer there to remove any other issue.
Best,
Fernando V.